Skip to content

Commit 99b0d0e

Browse files
committed
Update snapshots
1. Run Test 2. dotnet restore .\dotnet.Tests\ /t:CompareCliSnapshots in test folder on test prj 3. dotnet restore .\dotnet.Tests\ /t:UpdateCliSnapshots
1 parent ff21731 commit 99b0d0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/dotnet.Tests/CompletionTests/snapshots/nushell/DotnetCliSnapshotTests.VerifyCompletions.verified.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ let-env config = {
2222
completer: $external_completer # add it here
2323
}
2424
}
25-
}
25+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ _testhost() {
10441044
'-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" ))' \
10451045
'--arch=[The target architecture.]: : ' \
10461046
'-a=[The target architecture.]: : ' \
1047-
'--create-manifest-if-needed[Create a tool manifest if one isn'\''t found during tool installation. For information on how manifests are located, see https\://aka.ms/dotnet/tools/create-manifest-if-needed]' \
1047+
'--create-manifest-if-needed=[Create a tool manifest if one isn'\''t found during tool installation. For information on how manifests are located, see https\://aka.ms/dotnet/tools/create-manifest-if-needed]: :((False\:"False" True\:"True" ))' \
10481048
'--allow-downgrade[Allow package downgrade when installing a .NET tool package.]' \
10491049
'--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.]' \
10501050
'--help[Show command line help.]' \

0 commit comments

Comments
 (0)