8000 Change expected test result? · dotnet/sdk@105a59f · GitHub
[go: up one dir, main page]

Skip to content

Commit 105a59f

Browse files
committed
Change expected test result?
1 parent 5d3adbf commit 105a59f

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
@@ -834,9 +834,9 @@ _testhost() {
834834
'-f=[The target framework to run for. The target framework must also be specified in the project file.]:FRAMEWORK:->dotnet_dynamic_complete' \
835835
'--runtime=[]:RUNTIME_IDENTIFIER:->dotnet_dynamic_complete' \
836836
'-r=[]:RUNTIME_IDENTIFIER:->dotnet_dynamic_complete' \
837-
'--project=[The path to the project file to run (defaults to the current directory if there is only one project).]: : ' \
838-
'--launch-profile=[The name of the launch profile (if any) to use when launching the application.]: : ' \
839-
'-lp=[The name of the launch profile (if any) to use when launching the application.]: : ' \
837+
'--project=[The path to the project file to run (defaults to the current directory if there is only one project).]:project: ' \
838+
'--launch-profile=[The name of the launch profile (if any) to use when launching the application.]:launch-profile: ' \
839+
'-lp=[The name of the launch profile (if any) to use when launching the application.]:launch-profile: ' \
840840
'--no-launch-profile[Do not attempt to use launchSettings.json to configure the application.]' \
841841
'--no-build[Do not build the project before running. Implies --no-restore.]' \
842842
'--interactive=[Allows the command to stop and wait for user input or action (for example to complete authentication).]: :((False\:"False" True\:"True" ))' \

0 commit comments

Comments
 (0)
0