We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3291c91 commit a174138Copy full SHA for a174138
src/commands/tsgen.ts
@@ -41,7 +41,7 @@ export default class TypeScriptCodeGeneratorCommand extends Command {
41
try {
42
const {flags} = this.parse(TypeScriptCodeGeneratorCommand)
43
const tokenAlias = flags['token-alias']
44
- const prefix = flags.output
+ const prefix = flags.prefix
45
46
const token = this.getToken(tokenAlias)
47
0 commit comments