cmd/geth: set EnableBashCompletion = true (#24313)

prepare #24145
This commit is contained in:
ligi 2022-03-15 10:38:23 +01:00 committed by GitHub
parent 85042b7090
commit 6cd72660d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,7 @@ func FlagCategory(flag cli.Flag, flagGroups []FlagGroup) string {
// NewApp creates an app with sane defaults.
func NewApp(gitCommit, gitDate, usage string) *cli.App {
app := cli.NewApp()
app.EnableBashCompletion = true
app.Name = filepath.Base(os.Args[0])
app.Author = ""
app.Email = ""