mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 03:56:36 +00:00
parent
85042b7090
commit
6cd72660d0
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ func FlagCategory(flag cli.Flag, flagGroups []FlagGroup) string {
|
||||||
// NewApp creates an app with sane defaults.
|
// NewApp creates an app with sane defaults.
|
||||||
func NewApp(gitCommit, gitDate, usage string) *cli.App {
|
func NewApp(gitCommit, gitDate, usage string) *cli.App {
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
|
app.EnableBashCompletion = true
|
||||||
app.Name = filepath.Base(os.Args[0])
|
app.Name = filepath.Base(os.Args[0])
|
||||||
app.Author = ""
|
app.Author = ""
|
||||||
app.Email = ""
|
app.Email = ""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue