diff --git a/internal/flags/helpers.go b/internal/flags/helpers.go index ddcf391db0..095df03807 100644 --- a/internal/flags/helpers.go +++ b/internal/flags/helpers.go @@ -143,6 +143,7 @@ func FlagCategory(flag cli.Flag, flagGroups []FlagGroup) string { // NewApp creates an app with sane defaults. func NewApp(gitCommit, gitDate, usage string) *cli.App { app := cli.NewApp() + app.EnableBashCompletion = true app.Name = filepath.Base(os.Args[0]) app.Author = "" app.Email = ""