mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +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"
|
|
)
|