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
clarify expectations and handling of command line options. Should we expect two dashes for --options everywhere, including single-letter options? should it be --v or -v? or should we follow the -single-dash-everywhere go convention?
We need docs to set expectations and to follow them consistently in the codebase.
The text was updated successfully, but these errors were encountered:
clarify expectations and handling of command line options. Should we expect two dashes for
--options
everywhere, including single-letter options? should it be--v
or-v
? or should we follow the-single-dash-everywhere
go convention?We need docs to set expectations and to follow them consistently in the codebase.
The text was updated successfully, but these errors were encountered: