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