(command *cobra.Command)
| 60 | } |
| 61 | |
| 62 | func isRootCmd(command *cobra.Command) bool { |
| 63 | return command != nil && !command.HasParent() |
| 64 | } |
| 65 | |
| 66 | func rootHelpFunc(f *cmdutil.Factory, command *cobra.Command, args []string) { |
| 67 | cs := f.IOStreams.ColorScheme() |