ember-codemods / ember-native-class-codemod

A codemod-cli project for converting Ember objects to es6 native classes
68 stars 38 forks source link

Handle 'true'/'false' stringified boolean options and better config error handling #520

Closed gitKrystan closed 1 year ago

gitKrystan commented 1 year ago

Ideally, we'd use yargs for this, but doing so would involve changing codemod-cli to allow consumers to pass in yargs options here:

https://github.com/rwjblue/codemod-cli/blob/4a126ec9cd0ff4a482a69aa7f872ec629e23ba66/src/options-support.js#L14