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 a51b68a commit bb50f09Copy full SHA for bb50f09
1 file changed
packages/plugin-help/src/renderer.ts
@@ -90,11 +90,11 @@ export class HelpRenderer {
90
this.renderHeader(),
91
this.renderUsage(),
92
this.renderParameters(),
93
- this.renderCommands(),
94
- this.renderGlobalFlags(),
95
this.renderCommandFlags(),
96
- this.renderNotes(),
+ this.renderGlobalFlags(),
+ this.renderCommands(),
97
this.renderExamples(),
+ this.renderNotes(),
98
];
99
100
return sections
0 commit comments