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
In command-line-args, if you omit the type on an OptionDefinition, it defaults to String.
Currently, if a definition does not have a type, in the usage optionList the typeLabel is empty. It should default to string, e.g. --name string or --name string[].
The text was updated successfully, but these errors were encountered:
In command-line-args, if you omit the
type
on an OptionDefinition, it defaults toString
.Currently, if a definition does not have a
type
, in the usage optionList thetypeLabel
is empty. It should default to string, e.g.--name string
or--name string[]
.The text was updated successfully, but these errors were encountered: