Fix:(issue_557) Change app help name
This commit is contained in:
parent
9f465af482
commit
0ee87b411a
1
app.go
1
app.go
@ -133,6 +133,7 @@ func compileTime() time.Time {
|
|||||||
func NewApp() *App {
|
func NewApp() *App {
|
||||||
return &App{
|
return &App{
|
||||||
Name: filepath.Base(os.Args[0]),
|
Name: filepath.Base(os.Args[0]),
|
||||||
|
HelpName: "", // setup will fill this later
|
||||||
Usage: "A new cli application",
|
Usage: "A new cli application",
|
||||||
UsageText: "",
|
UsageText: "",
|
||||||
BashComplete: DefaultAppComplete,
|
BashComplete: DefaultAppComplete,
|
||||||
|
Loading…
Reference in New Issue
Block a user