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 16c5d9c commit 3e18ca0Copy full SHA for 3e18ca0
src/apps/cli/commands/config/versions.ts
@@ -8,6 +8,7 @@ export default class Versions extends Command {
8
static flags = helpFlag();
9
10
async run() {
11
+ await this.parse(Versions);
12
const dependencies: string[] = [];
13
let dependency = '';
14
src/apps/cli/commands/convert.ts
@@ -31,6 +31,7 @@ export default class Convert extends Command {
31
};
32
33
34
+ await this.parse(Convert);
35
const { args, flags } = await this.parse(Convert);
36
const filePath = applyProxyToPath(
37
args['spec-file'],
0 commit comments