Skip to content

Commit b03b828

Browse files
Copilotbaronfel
andcommitted
Update CLI snapshot test baselines for tool-specific package examples
Co-authored-by: baronfel <573979+baronfel@users.noreply.github.com>
1 parent 64be82e commit b03b828

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
@@ -1102,7 +1102,7 @@ _testhost() {
11021102
'--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.]' \
11031103
'--help[Show command line help.]' \
11041104
'-h[Show command line help.]' \
1105-
':packageId -- Package reference in the form of a package identifier like '\''Newtonsoft.Json'\'' or package identifier and version separated by '\''@'\'' like '\''Newtonsoft.Json@13.0.3'\''.:->dotnet_dynamic_complete' \
1105+
':packageId -- Package reference in the form of a package identifier like '\''dotnetsay'\'' or package identifier and version separated by '\''@'\'' like '\''dotnetsay@2.1.7'\''.:->dotnet_dynamic_complete' \
11061106
&& ret=0
11071107
case $state in
11081108
(dotnet_dynamic_complete)
@@ -1150,7 +1150,7 @@ _testhost() {
11501150
'--all[Update all tools.]' \
11511151
'--help[Show command line help.]' \
11521152
'-h[Show command line help.]' \
1153-
'::packageId -- Package reference in the form of a package identifier like '\''Newtonsoft.Json'\'' or package identifier and version separated by '\''@'\'' like '\''Newtonsoft.Json@13.0.3'\''.:->dotnet_dynamic_complete' \
1153+
'::packageId -- Package reference in the form of a package identifier like '\''dotnetsay'\'' or package identifier and version separated by '\''@'\'' like '\''dotnetsay@2.1.7'\''.:->dotnet_dynamic_complete' \
11541154
&& ret=0
11551155
case $state in
11561156
(dotnet_dynamic_complete)
@@ -1228,7 +1228,7 @@ _testhost() {
12281228
'-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" ))' \
12291229
'--help[Show command line help.]' \
12301230
'-h[Show command line help.]' \
1231-
':packageId -- Package reference in the form of a package identifier like '\''Newtonsoft.Json'\'' or package identifier and version separated by '\''@'\'' like '\''Newtonsoft.Json@13.0.3'\''.:->dotnet_dynamic_complete' \
1231+
':packageId -- Package reference in the form of a package identifier like '\''dotnetsay'\'' or package identifier and version separated by '\''@'\'' like '\''dotnetsay@2.1.7'\''.:->dotnet_dynamic_complete' \
12321232
'*::commandArguments -- Arguments forwarded to the tool: ' \
12331233
&& ret=0
12341234
case $state in

0 commit comments

Comments
 (0)