Skip to content

Commit

Permalink
fix: commander having issue with its description method
Browse files Browse the repository at this point in the history
  • Loading branch information
softberry committed Mar 27, 2024
1 parent b7bcdf0 commit 33cfac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const packageJson: Record<string, string> = JSON.parse(
);
program
.version(packageJson.version)
.description(packageJson.description)
.option('-a, --assets <assets>', 'Required. Set path to your assets folder')
.option(
'-e, --extensions <extensions>',
Expand Down

0 comments on commit 33cfac2

Please sign in to comment.