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
The Scaffold parameter struct Parameter has an optional default value. When this value is given this needs to be honored.
For instance for a 'select' type parameter, this is set (to value at index 0), but this can be set for other type of parameters as well - like string, integer etc.
The Scaffold parameter
struct Parameter
has an optionaldefault
value. When this value is given this needs to be honored.For instance for a 'select' type parameter, this is set (to value at index 0), but this can be set for other type of parameters as well - like string, integer etc.
For this we can use something like
dialoguer::Input::default
.Currently setting
default
value on a parameter has no effect as one has to enter the value always.The text was updated successfully, but these errors were encountered: