mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +00:00
Fix typo
This commit is contained in:
parent
31694f19ad
commit
184c6dfd0b
1 changed files with 1 additions and 1 deletions
|
@ -1068,7 +1068,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…
Add table
Reference in a new issue