forked from LaconicNetwork/kompose
support bash completion for commands, not for flags
This commit is contained in:
@@ -35,6 +35,7 @@ func main() {
|
||||
app.Version = version.VERSION + " (" + version.GITCOMMIT + ")"
|
||||
app.Author = "Skippbox Compose Contributors"
|
||||
app.Email = "https://github.com/skippbox/kompose"
|
||||
app.EnableBashCompletion = true
|
||||
app.Before = cliApp.BeforeApp
|
||||
app.Flags = append(command.CommonFlags())
|
||||
app.Commands = []cli.Command{
|
||||
|
||||
Reference in New Issue
Block a user