Skip to content

Commit b342c3d

Browse files
committed
refactor: Remove empty default value for parameter --postfixModels
1 parent 6f11b12 commit b342c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const params = program
2323
.option('--indent <value>', 'Indentation options [4, 2, tabs]', '4')
2424
.option('--postfix <value>', 'Deprecated: Use --postfixServices instead. Service name postfix', 'Service')
2525
.option('--postfixServices <value>', 'Service name postfix', 'Service')
26-
.option('--postfixModels <value>', 'Model name postfix', '')
26+
.option('--postfixModels <value>', 'Model name postfix')
2727
.option('--request <value>', 'Path to custom request file')
2828
.parse(process.argv)
2929
.opts();

0 commit comments

Comments
 (0)