1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-22 02:51:33 +01:00

Merge pull request #53 from jmccann/autocomplete

Enable bash completion
This commit is contained in:
Brad Rydzewski 2017-06-29 10:04:05 -04:00 committed by GitHub
commit e36db14b82

@ -25,6 +25,7 @@ func main() {
app.Name = "drone"
app.Version = version
app.Usage = "command line utility"
app.EnableBashCompletion = true
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "t, token",