Skip to content

Commit bb50f09

Browse files
committed
feat(plugin-help): reorder sections in a more readable way
1 parent a51b68a commit bb50f09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/plugin-help/src/renderer.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ export class HelpRenderer {
9090
this.renderHeader(),
9191
this.renderUsage(),
9292
this.renderParameters(),
93-
this.renderCommands(),
94-
this.renderGlobalFlags(),
9593
this.renderCommandFlags(),
96-
this.renderNotes(),
94+
this.renderGlobalFlags(),
95+
this.renderCommands(),
9796
this.renderExamples(),
97+
this.renderNotes(),
9898
];
9999

100100
return sections

0 commit comments

Comments
 (0)