From 3823825ba13309728d97be4ff31bc9bf40732f2d Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Sun, 21 Apr 2024 12:09:01 +0100 Subject: [PATCH] fix(cli): fix clashing shorthand option names --- src/option.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/option.ts b/src/option.ts index b0bb2359..778562e6 100644 --- a/src/option.ts +++ b/src/option.ts @@ -15,7 +15,7 @@ export const option = { [] as string[], ], specs: [ - '-s, --specs ', + '-S, --specs ', chalk`only include dependencies whose version specifier match these types (eg. {yellow specs=latest,range,workspace-protocol})`, ], types: [