Resolve remaining test errors for v1 => v2 merge
This commit is contained in:
@@ -159,6 +159,10 @@ func (c *Command) Run(ctx *Context) (err error) {
|
||||
}
|
||||
}
|
||||
|
||||
if c.Action == nil {
|
||||
c.Action = helpSubcommand.Action
|
||||
}
|
||||
|
||||
context.Command = c
|
||||
err = c.Action(context)
|
||||
|
||||
|
Reference in New Issue
Block a user