mirror of https://github.com/spf13/cobra.git
Slight formatting change, to make next commit more readable
This commit is contained in:
parent
29e27b1649
commit
b9e25fa4a0
|
@ -422,7 +422,7 @@ func (c *Command) execute(a []string) (err error) {
|
|||
c.Usage()
|
||||
r.SetOutput(out)
|
||||
return err
|
||||
} else {
|
||||
}
|
||||
// If help is called, regardless of other flags, we print that.
|
||||
// Print help also if c.Run is nil.
|
||||
if c.helpFlagVal || !c.Runnable() {
|
||||
|
@ -434,7 +434,6 @@ func (c *Command) execute(a []string) (err error) {
|
|||
argWoFlags := c.Flags().Args()
|
||||
c.Run(c, argWoFlags)
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
func (c *Command) preRun() {
|
||||
|
|
Loading…
Reference in New Issue