Skip to content

Commit

Permalink
fix(cli): fix clashing shorthand option names
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Apr 21, 2024
1 parent 306db5f commit 3823825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const option = {
[] as string[],
],
specs: [
'-s, --specs <names>',
'-S, --specs <names>',
chalk`only include dependencies whose version specifier match these types (eg. {yellow specs=latest,range,workspace-protocol})`,
],
types: [
Expand Down

0 comments on commit 3823825

Please sign in to comment.