Skip to content

Commit

Permalink
Merge pull request #1608 from dearchap/issue_1591
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Dec 2, 2022
2 parents 5f57616 + ab2bf3c commit f9652e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command.go
Expand Up @@ -203,7 +203,7 @@ func (c *Command) Run(cCtx *Context, arguments ...string) (err error) {

cerr := cCtx.checkRequiredFlags(c.Flags)
if cerr != nil {
_ = ShowSubcommandHelp(cCtx)
_ = helpCommand.Action(cCtx)
return cerr
}

Expand Down

0 comments on commit f9652e3

Please sign in to comment.