diff --git a/misc.go b/misc.go index 0047d3c..29edce0 100644 --- a/misc.go +++ b/misc.go @@ -98,7 +98,7 @@ func ShowHelp(cmd *cobra.Command, args []string) error { return fmt.Errorf("Invalid command - see available commands/subcommands above") } -func IsCobraInternalCommand(args []string) bool { +func IsCobraManagedCommand(args []string) bool { if len(args) > 1 { cmdPathPieces := args[1:]