mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Merge pull request #81 from dawidd6/gen_ch_fix
Adjust cheatsheet generator to latest changes
This commit is contained in:
commit
275cd7c73a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ type bindingSection struct {
|
|||
|
||||
func main() {
|
||||
langs := []string{"pl", "nl", "en"}
|
||||
mConfig, err := config.NewAppConfig("lazydocker", "", "", "", "", true)
|
||||
mConfig, err := config.NewAppConfig("lazydocker", "", "", "", "", true, nil)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue