(command *cobra.Command)
| 84 | } |
| 85 | |
| 86 | func isRootCmd(command *cobra.Command) bool { |
| 87 | return command != nil && !command.HasParent() |
| 88 | } |
| 89 | |
| 90 | func rootHelpFunc(f *cmdutil.Factory, command *cobra.Command, _ []string) { |
| 91 | flags := command.Flags() |
no outgoing calls
no test coverage detected
searching dependent graphs…