feat: bash and (fi)zsh completion along with docs
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2021-09-07 13:15:01 +02:00
parent 48bc03db51
commit 1757fabb89
5 changed files with 75 additions and 0 deletions

View File

@ -67,6 +67,7 @@ func RunApp(version, commit string) {
},
},
}
app.EnableBashCompletion = true
if err := app.Run(os.Args); err != nil {
logrus.Fatal(err)