Merge pull request #81 from dawidd6/gen_ch_fix

Adjust cheatsheet generator to latest changes
This commit is contained in:
Jesse Duffield 2019-07-03 21:04:51 +10:00 committed by GitHub
commit 275cd7c73a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}