You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it too late to change the name of the flag from enable to enabled? It is conventional to name such a flag enabled. For example, there are countless of examples of attributes called .enabled in https://github.com/argoproj/argo-cd/blob/master/manifests/install.yaml, but not a single one called .enable. The Go-code also calls this flag Is...Enabled everywhere, so this is bound to cause confusion later.