Skip to content

Commit b72043c

Browse files
committed
chore: update snapshot
1 parent 9b80654 commit b72043c

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

libraries/rush-lib/src/api/test/__snapshots__/RushCommandLine.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,18 +1149,18 @@ Object {
11491149
"shortName": undefined,
11501150
},
11511151
Object {
1152-
"description": "A list of Rush project names that will be hotlinked to the \\"--path\\" folder. If not specified, the default is the project of the current working directory.",
1152+
"description": "Specify which installed versions should be hotlinked. If omitted, the default is all versions (\\"*).",
11531153
"environmentVariable": undefined,
1154-
"kind": "StringList",
1155-
"longName": "--project",
1154+
"kind": "String",
1155+
"longName": "--version",
11561156
"required": false,
11571157
"shortName": undefined,
11581158
},
11591159
Object {
1160-
"description": "Specify which installed versions should be hotlinked. If omitted, the default is all versions (\\"*).",
1160+
"description": "The name of the subspace to use for the bridge package.",
11611161
"environmentVariable": undefined,
11621162
"kind": "String",
1163-
"longName": "--version",
1163+
"longName": "--subspace",
11641164
"required": false,
11651165
"shortName": undefined,
11661166
},

libraries/rush-lib/src/cli/test/__snapshots__/CommandLineHelp.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ Optional arguments:
155155
`;
156156
157157
exports[`CommandLineHelp prints the help for each action: bridge-package 1`] = `
158-
"usage: rush bridge-package [-h] --path PATH [--project PROJECT]
159-
[--version SEMVER_RANGE]
158+
"usage: rush bridge-package [-h] --path PATH [--version SEMVER_RANGE]
159+
[--subspace SUBSPACE]
160160
161161
162162
This command enables you to test a locally built project by simulating its
@@ -175,12 +175,12 @@ Optional arguments:
175175
repo, whose installation will be simulated using
176176
node_modules symlinks (\\"hotlinks\\"). This folder is
177177
the symlink target.
178-
--project PROJECT A list of Rush project names that will be hotlinked
179-
to the \\"--path\\" folder. If not specified, the default
180-
is the project of the current working directory.
181178
--version SEMVER_RANGE
182179
Specify which installed versions should be hotlinked.
183-
If omitted, the default is all versions (\\"*).
180+
If omitted, the default is all versions (\\"*). The
181+
default value is \\"*\\".
182+
--subspace SUBSPACE The name of the subspace to use for the bridge
183+
package. The default value is \\"default\\".
184184
"
185185
`;
186186

0 commit comments

Comments
 (0)