Actions
Feature #15071
closedAdd command line option to reset a parameter value to its default
Description
A command line option to reset a stored parameter value to the default value would be useful, which would make it easier for users to reset customisations.
Something like:
installer --reset-examplemod-example-param
or
installer --reset-parameter=examplemod-example-param
Currently you can do this manually by removing the parameter from the answers file, and Kafo will store it on the next run from the default value.
Actions