Merge branch 'master' into subcommand-structure

This commit is contained in:
Jesse Szwedko
2017-01-28 13:35:02 -08:00
committed by GitHub
2 changed files with 30 additions and 0 deletions

View File

@@ -262,6 +262,7 @@ func (c Command) startApp(ctx *Context) error {
app.Author = ctx.App.Author
app.Email = ctx.App.Email
app.Writer = ctx.App.Writer
app.ErrWriter = ctx.App.ErrWriter
app.categories = CommandCategories{}
for _, command := range c.Subcommands {