This should be added to both the parameters.Argument and parameters.Option types. This will allow for further automated help-text. The default values will likely be strings, just like regular user input. Unfortunately, that does mean a runtime check will be used to validate it.
This should be added to both the
parameters.Argumentandparameters.Optiontypes. This will allow for further automated help-text. The default values will likely be strings, just like regular user input. Unfortunately, that does mean a runtime check will be used to validate it.