mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
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.Name = "drone"
|
||||||
app.Version = "1.0"
|
app.Version = "1.0"
|
||||||
app.Usage = "command line utility"
|
app.Usage = "command line utility"
|
||||||
app.EnableBashCompletion = true
|
|
||||||
|
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
NewBuildCommand(),
|
NewBuildCommand(),
|
||||||
|
|
Loading…
Reference in a new issue