github.com/argoproj/argo-cd@v1.8.7/cmd/argocd-server/commands/common.go (about)

     1  package commands
     2  
     3  const (
     4  	// cliName is the name of the CLI
     5  	cliName = "argocd-server"
     6  )