Merge pull request #1255 from cpacifying/master

UsageText to be passed from Command to App in startApp
main
Robert Liebowitz 3 years ago committed by GitHub
commit b7da09a687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -227,6 +227,7 @@ func (c *Command) startApp(ctx *Context) error {
} }
app.Usage = c.Usage app.Usage = c.Usage
app.UsageText = c.UsageText
app.Description = c.Description app.Description = c.Description
app.ArgsUsage = c.ArgsUsage app.ArgsUsage = c.ArgsUsage

Loading…
Cancel
Save