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:
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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user