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
At the moment, the --help output will always output the data type of the specified param, if a data type was specified. eg.
Options:
-m, --myparam STRING Does something.
-h, --help Display help and usage details
It would be nice if the "STRING" part could be suppressed as it can look nicer without it. Passing in a value to enable() to suppress this behaviour would be a nice way to do it.
The text was updated successfully, but these errors were encountered:
At the moment, the
--help
output will always output the data type of the specified param, if a data type was specified. eg.It would be nice if the "STRING" part could be suppressed as it can look nicer without it. Passing in a value to
enable()
to suppress this behaviour would be a nice way to do it.The text was updated successfully, but these errors were encountered: