You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/dotnet.Tests/CompletionTests/snapshots/zsh/DotnetCliSnapshotTests.VerifyCompletions.verified.zsh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -844,9 +844,9 @@ _testhost() {
844
844
'-f=[The target framework to run for. The target framework must also be specified in the project file.]:FRAMEWORK:->dotnet_dynamic_complete' \
845
845
'--runtime=[The target runtime to run for.]:RUNTIME_IDENTIFIER:->dotnet_dynamic_complete' \
846
846
'-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.]:: ' \
850
850
'--no-launch-profile[Do not attempt to use launchSettings.json to configure the application.]' \
851
851
'--no-build[Do not build the project before running. Implies --no-restore.]' \
852
852
'--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