Skip to content

Commit

Permalink
refactor: re-ordered commands in the main cli
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Aug 8, 2024
1 parent 51abe00 commit 11abce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ program.version(version);
// });

program
.addCommand(manifestCommand)
.addCommand(newCommand)
.addCommand(manifestCommand)
.addCommand(runOnGolemCommand)
.addCommand(invoiceCommand)
.addCommand(inspectCommand)
Expand Down

0 comments on commit 11abce9

Please sign in to comment.