We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4246587 commit f061efcCopy full SHA for f061efc
src/lib/options/args-collector.ts
@@ -17,7 +17,7 @@ export const setupCommander = () => {
17
const collect = (value, previous) => previous.concat([value]);
18
commander
19
.version(packgeJSON.version)
20
- .option('--convertionType <ConvertionType>', 'convertion type (object, constants, files)')
+ .option('-c --convertionType <ConvertionType>', 'convertion type (object, constants, files)')
21
.option('--objectName <string>', 'name of the exported object', DEFAULT_OPTIONS.objectName)
22
.option('-t --typeName <string>', 'name of the generated enumeration type', DEFAULT_OPTIONS.typeName)
23
.option('--generateType <boolean>', 'prevent generating enumeration type', DEFAULT_OPTIONS.generateType)
0 commit comments