remove workaround to load config in root.Before() (#83)

see: https://github.com/urfave/cli/issues/2348
This commit is contained in:
T. von Dein
2026-07-08 14:13:47 +02:00
parent 8614e09004
commit 76ad6c7afa
14 changed files with 36 additions and 43 deletions

View File

@@ -72,7 +72,7 @@ func ApiShow(conf *cfg.Config) *cli.Command {
},
ShellComplete: func(ctx context.Context, cmd *cli.Command) {
complete(cmd, Capi)
complete(conf, cmd, Capi)
},
}
}