Files
argo-cd/cmd/argocd-server/commands/common.go

7 lines
90 B
Go

package commands
const (
// cliName is the name of the CLI
cliName = "argocd-server"
)