In the CLI parser, the available options aren't marked as boolean, so ex. enforce --save public/templates/index.html Turn out as `{save: 'public/templates/index.html', _: []}` in `argv`. enforce --save true public/templates/index.html Does however work.
In the CLI parser, the available options aren't marked as boolean, so ex.
Turn out as
{save: 'public/templates/index.html', _: []}inargv.Does however work.