mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-23 15:41:02 +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() {
|
func main() {
|
||||||
langs := []string{"pl", "nl", "en"}
|
langs := []string{"pl", "nl", "en"}
|
||||||
mConfig, err := config.NewAppConfig("lazydocker", "", "", "", "", true)
|
mConfig, err := config.NewAppConfig("lazydocker", "", "", "", "", true, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue