mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
7 lines
90 B
Go
7 lines
90 B
Go
package commands
|
|
|
|
const (
|
|
// cliName is the name of the CLI
|
|
cliName = "argocd-server"
|
|
)
|