Skip to content

Commit 496be55

Browse files
authored
Update DotnetCliSnapshotTests.VerifyCompletions.verified.zsh
Revert the Windows-only change.
1 parent 1a56730 commit 496be55

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
@@ -844,9 +844,9 @@ _testhost() {
844844
'-f=[The target framework to run for. The target framework must also be specified in the project file.]:FRAMEWORK:->dotnet_dynamic_complete' \
845845
'--runtime=[The target runtime to run for.]:RUNTIME_IDENTIFIER:->dotnet_dynamic_complete' \
846846
'-r=[The target runtime to run for.]:RUNTIME_IDENTIFIER:->dotnet_dynamic_complete' \
847-
'--project=[The path to the project file to run (defaults to the current directory if there is only one project).]:project: ' \
848-
'--launch-profile=[The name of the launch profile (if any) to use when launching the application.]:launch-profile: ' \
849-
'-lp=[The name of the launch profile (if any) to use when launching the application.]:launch-profile: ' \
847+
'--project=[The path to the project file to run (defaults to the current directory if there is only one project).]: : ' \
848+
'--launch-profile=[The name of the launch profile (if any) to use when launching the application.]: : ' \
849+
'-lp=[The name of the launch profile (if any) to use when launching the application.]: : ' \
850850
'--no-launch-profile[Do not attempt to use launchSettings.json to configure the application.]' \
851851
'--no-build[Do not build the project before running. Implies --no-restore.]' \
852852
'--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)