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.
oas
open
1 parent 0e7759a commit c1883e5Copy full SHA for c1883e5
src/cmds/oas.ts
@@ -10,7 +10,7 @@ export default class OASCommand extends Command {
10
this.usage = 'oas';
11
this.description = 'Helpful OpenAPI generation tooling. [inactive]';
12
this.cmdCategory = CommandCategories.UTILITIES;
13
- this.position = 1;
+ this.position = 2;
14
15
this.args = [];
16
}
src/cmds/open.ts
@@ -19,7 +19,7 @@ export default class OpenCommand extends Command {
19
this.usage = 'open';
20
this.description = 'Open your current ReadMe project in the browser.';
21
22
- this.position = 2;
+ this.position = 1;
23
24
25
0 commit comments