Skip to content

Commit 5e35fde

Browse files
committed
fix: remove -ws shorthand from config suggestions
It is not a valid cli flag, single-hyphen flags should all be single-character. Eventually `-ws` will need to go away so will at least stop suggesting it now.
1 parent f0f6265 commit 5e35fde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

workspaces/config/lib/definitions/definitions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2231,7 +2231,6 @@ const definitions = {
22312231
workspaces: new Definition('workspaces', {
22322232
default: null,
22332233
type: [null, Boolean],
2234-
short: 'ws',
22352234
envExport: false,
22362235
description: `
22372236
Set to true to run the command in the context of **all** configured

0 commit comments

Comments
 (0)