mirror of https://github.com/spf13/cobra.git
Fix typo (#573)
This commit is contained in:
parent
b3426bbac1
commit
f634327172
|
@ -1163,7 +1163,7 @@ func (c *Command) HasAvailableSubCommands() bool {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// the command either has no sub comamnds, or no available (non deprecated/help/hidden)
|
// the command either has no sub commands, or no available (non deprecated/help/hidden)
|
||||||
// sub commands
|
// sub commands
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue