Skip to content

Commit a174138

Browse files
Michael DavisMichael Davis
authored andcommitted
updating prefix
1 parent 3291c91 commit a174138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/tsgen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default class TypeScriptCodeGeneratorCommand extends Command {
4141
try {
4242
const {flags} = this.parse(TypeScriptCodeGeneratorCommand)
4343
const tokenAlias = flags['token-alias']
44-
const prefix = flags.output
44+
const prefix = flags.prefix
4545

4646
const token = this.getToken(tokenAlias)
4747

0 commit comments

Comments
 (0)