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.
2 parents 215e649 + 42520a9 commit be0571dCopy full SHA for be0571d
src/commands/tsgen.ts
@@ -48,7 +48,7 @@ export default class TypeScriptCodeGeneratorCommand extends Command {
48
49
async run() {
50
try {
51
- const {flags} = this.parse(TypeScriptCodeGeneratorCommand)
+ const {flags} = await this.parse(TypeScriptCodeGeneratorCommand)
52
53
const token = this.getToken(flags['token-alias'])
54
const prefix = flags.prefix
0 commit comments