diff --git a/cobra/cmd/helpers.go b/cobra/cmd/helpers.go index 9ac9f63c..e5b37ec7 100644 --- a/cobra/cmd/helpers.go +++ b/cobra/cmd/helpers.go @@ -18,10 +18,10 @@ import ( "fmt" "io" "os" + "os/exec" "path/filepath" "strings" "text/template" - "os/exec" ) var cmdDirs = [...]string{"cmd", "cmds", "command", "commands"}