Skip to content

Commit

Permalink
IsCobraInternalCommand -> IsCobraManagedCommand (#6)
Browse files Browse the repository at this point in the history
Rename IsCobraInternalCommand to IsCobraManagedCommand
  • Loading branch information
praveenrewar committed Oct 21, 2022
1 parent da5ee3a commit d607119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:]

Expand Down

0 comments on commit d607119

Please sign in to comment.