Skip to content

Commit

Permalink
chore: fix deprecation on Commander method (#3210)
Browse files Browse the repository at this point in the history
* chore: fix deprecation on Commander method

* disable pr release
  • Loading branch information
Dhaiwat10 authored Sep 26, 2024
1 parent 127ade0 commit 7cb3457
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/cuddly-peas-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-fuels": patch
"fuels": patch
---

chore: fix deprecation on Commander method
1 change: 0 additions & 1 deletion packages/create-fuels/src/lib/setupProgram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const setupProgram = () => {
.option('--verbose', 'Enable verbose logging')
.option('--no-install', 'Do not install dependencies')
.option('--template <template>', 'Specify a template to use', defaultTemplate)
.addHelpCommand()
.showHelpAfterError(true);
return program;
};

0 comments on commit 7cb3457

Please sign in to comment.