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.