(cmd *cobra.Command)
| 224 | } |
| 225 | |
| 226 | func hasManagementSubCommands(cmd *cobra.Command) bool { |
| 227 | return len(managementSubCommands(cmd)) > 0 |
| 228 | } |
| 229 | |
| 230 | func hasSwarmSubCommands(cmd *cobra.Command) bool { |
| 231 | return len(orchestratorSubCommands(cmd)) > 0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…