Skip to content

Commit fea93b8

Browse files
Copilotbaronfel
authored andcommitted
Update CLI snapshot test baselines for tool-specific package examples
Co-authored-by: baronfel <[email protected]>
1 parent e653e71 commit fea93b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/dotnet.Tests/CompletionTests/snapshots/zsh/DotnetCliSnapshotTests.VerifyCompletions.verified.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ _testhost() {
11031103
'--allow-roll-forward[Allow a .NET tool to roll forward to newer versions of the .NET runtime if the runtime it targets isn'\''t installed.]' \
11041104
'--help[Show command line help.]' \
11051105
'-h[Show command line help.]' \
1106-
':packageId -- Package reference in the form of a package identifier like '\''Newtonsoft.Json'\'' or package identifier and version separated by '\''@'\'' like '\''[email protected]'\''.:->dotnet_dynamic_complete' \
1106+
':packageId -- Package reference in the form of a package identifier like '\''dotnetsay'\'' or package identifier and version separated by '\''@'\'' like '\''[email protected]'\''.:->dotnet_dynamic_complete' \
11071107
&& ret=0
11081108
case $state in
11091109
(dotnet_dynamic_complete)
@@ -1151,7 +1151,7 @@ _testhost() {
11511151
'--all[Update all tools.]' \
11521152
'--help[Show command line help.]' \
11531153
'-h[Show command line help.]' \
1154-
'::packageId -- Package reference in the form of a package identifier like '\''Newtonsoft.Json'\'' or package identifier and version separated by '\''@'\'' like '\''[email protected]'\''.:->dotnet_dynamic_complete' \
1154+
'::packageId -- Package reference in the form of a package identifier like '\''dotnetsay'\'' or package identifier and version separated by '\''@'\'' like '\''[email protected]'\''.:->dotnet_dynamic_complete' \
11551155
&& ret=0
11561156
case $state in
11571157
(dotnet_dynamic_complete)
@@ -1229,7 +1229,7 @@ _testhost() {
12291229
'-v=[Set the MSBuild verbosity level. Allowed values are q\[uiet\], m\[inimal\], n\[ormal\], d\[etailed\], and diag\[nostic\].]:LEVEL:((d\:"d" detailed\:"detailed" diag\:"diag" diagnostic\:"diagnostic" m\:"m" minimal\:"minimal" n\:"n" normal\:"normal" q\:"q" quiet\:"quiet" ))' \
12301230
'--help[Show command line help.]' \
12311231
'-h[Show command line help.]' \
1232-
':packageId -- Package reference in the form of a package identifier like '\''Newtonsoft.Json'\'' or package identifier and version separated by '\''@'\'' like '\''[email protected]'\''.:->dotnet_dynamic_complete' \
1232+
':packageId -- Package reference in the form of a package identifier like '\''dotnetsay'\'' or package identifier and version separated by '\''@'\'' like '\''[email protected]'\''.:->dotnet_dynamic_complete' \
12331233
'*::commandArguments -- Arguments forwarded to the tool: ' \
12341234
&& ret=0
12351235
case $state in

0 commit comments

Comments
 (0)