Skip to content

Commit

Permalink
Enabling bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tonedefdev committed Jun 8, 2022
1 parent 0d714a9 commit c099b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,6 @@ func main() {
},
}

err = app.Run(os.Args)
helpers.CheckError(err)
app.EnableBashCompletion = true
app.Run(os.Args)
}

0 comments on commit c099b62

Please sign in to comment.