Merge pull request #1255 from cpacifying/master
UsageText to be passed from Command to App in startApp
This commit is contained in:
commit
b7da09a687
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user