UsageText to be passed from Command to App in startApp
This commit is contained in:
parent
13ded1e7c4
commit
9433f216ff
@ -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…
Reference in New Issue
Block a user