remove bash completion
This commit is contained in:
parent
1888a6e5b7
commit
e08be916f1
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ func main() {
|
|||
app.Name = "drone"
|
||||
app.Version = "1.0"
|
||||
app.Usage = "command line utility"
|
||||
app.EnableBashCompletion = true
|
||||
|
||||
app.Commands = []cli.Command{
|
||||
NewBuildCommand(),
|
||||
|
|
Loading…
Reference in a new issue