diff --git a/cmd/argocd/commands/root.go b/cmd/argocd/commands/root.go index 4a4ff30278c42..cb4666815ec48 100644 --- a/cmd/argocd/commands/root.go +++ b/cmd/argocd/commands/root.go @@ -4,6 +4,7 @@ import ( "fmt" "os" "strings" + "github.com/spf13/cobra" "k8s.io/client-go/tools/clientcmd"