Yargs allows camelCase to be passed as --camel-case. I want to use the "dash-casing" for the interface, but magically convert that to camelcase for use within the app. Right now, the command help is using camelcase and the docs are "dash-case". I want to resolve this.
Yargs allows
camelCase
to be passed as--camel-case
. I want to use the "dash-casing" for the interface, but magically convert that to camelcase for use within the app. Right now, the command help is using camelcase and the docs are "dash-case". I want to resolve this.