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
Make Docs (including Usage output from commands) across projects eventually consistent on single hyphen for single-character options (-o) and double hyphen for long options (--option).
Make Docs (including Usage output from commands) across projects eventually consistent on single hyphen for single-character options (
-o) and double hyphen for long options (--option).(After https://github.com/spf13/cobra options munging lib.)
(Ideally, programs continue to be generous in accepting either form (
-flagor--flag)prog -f --option argument(preserving TODO from discussion on https://github.com/coreos-inc/coreos-pages/pull/346)