Skip to content

Commit

Permalink
Merge pull request #1255 from cpacifying/master
Browse files Browse the repository at this point in the history
UsageText to be passed from Command to App in startApp
  • Loading branch information
rliebz committed Apr 24, 2021
2 parents 45eecb1 + 9433f21 commit b7da09a
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 b7da09a

Please sign in to comment.