remove bash completion

This commit is contained in:
Brad Rydzewski 2014-08-07 22:29:32 -07:00
parent 1888a6e5b7
commit e08be916f1

View file

@ -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(),