Example #1
0
func (m *Monocle) IsCommandTopic(cmd *cobra.Command) bool {
	return (cmd.HasSubCommands() || cmd.IsAvailableCommand())
}