(cmd *cobra.Command)
| 236 | } |
| 237 | |
| 238 | func hasTopCommands(cmd *cobra.Command) bool { |
| 239 | return len(topCommands(cmd)) > 0 |
| 240 | } |
| 241 | |
| 242 | // commandAliases is a templating function to return aliases for the command, |
| 243 | // formatted as the full command as they're called (contrary to the default |
nothing calls this directly
no test coverage detected
searching dependent graphs…