1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

re-name Input and improve documentation

This commit is contained in:
Jesse Duffield
2022-08-11 21:04:10 +10:00
parent ba96baee32
commit a45b22e12f
9 changed files with 128 additions and 52 deletions

View File

@ -14,7 +14,7 @@ var One = helpers.NewTest(helpers.NewTestArgs{
shell.
CreateNCommits(5) // these will appears at commit 05, 04, 04, down to 01
},
Run: func(shell *helpers.Shell, input *helpers.Impl, assert *helpers.Assert, keys config.KeybindingConfig) {
Run: func(shell *helpers.Shell, input *helpers.Input, assert *helpers.Assert, keys config.KeybindingConfig) {
input.SwitchToCommitsWindow()
assert.CurrentViewName("commits")