Skip to content

Commit

Permalink
UsageText to be passed from Command to App in startApp
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacifying committed Mar 15, 2021
1 parent 13ded1e commit 9433f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command.go
Expand Up @@ -227,6 +227,7 @@ func (c *Command) startApp(ctx *Context) error {
}

app.Usage = c.Usage
app.UsageText = c.UsageText
app.Description = c.Description
app.ArgsUsage = c.ArgsUsage

Expand Down

0 comments on commit 9433f21

Please sign in to comment.