Skip to content

Commit

Permalink
Fix:(issue_557) Change app help name
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Sep 21, 2022
1 parent 9f465af commit 0ee87b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.go
Expand Up @@ -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,
Expand Down

0 comments on commit 0ee87b4

Please sign in to comment.