mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07:00
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
|
||||
return false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user