Closed nanovazquez closed 6 years ago
This PR introduces a new functionality for the prompt option. Now, you can configure this value with the following settings:
prompt
always
never
if-empty
BREAKING CHANGE This feature breaks the contract of the prompt property, changing it from a boolean to a string.
This PR introduces a new functionality for the
prompt
option. Now, you can configure this value with the following settings:always
: to always prompt this option to the user (if interactive mode is enabled).never
to never prompt this option to the user in interactive mode.if-empty
: (default) to only prompt the option if there is no default value or if the value was not set via parameters.BREAKING CHANGE This feature breaks the contract of the prompt property, changing it from a boolean to a string.