Fix:(issue_557) Change app help name

This commit is contained in:
Naveen Gogineni 2022-08-21 14:21:23 -04:00
parent 9f465af482
commit 0ee87b411a

1
app.go
View File

@ -133,6 +133,7 @@ func compileTime() time.Time {
func NewApp() *App {
return &App{
Name: filepath.Base(os.Args[0]),
HelpName: "", // setup will fill this later
Usage: "A new cli application",
UsageText: "",
BashComplete: DefaultAppComplete,