3 references to RunCommandExampleText
dotnet (3)
Commands\Run\RunCommandSelector.cs (3)
280
Reporter.Error.WriteLine($"{CliCommandStrings.
RunCommandExampleText
}: dotnet run --framework {frameworks[0]}");
472
Reporter.Output.WriteLine($"{CliCommandStrings.
RunCommandExampleText
}: dotnet run --device {ArgumentEscaper.EscapeSingleArg(devices[0].Id)}");
518
Reporter.Error.WriteLine($"{CliCommandStrings.
RunCommandExampleText
}: dotnet run --device {ArgumentEscaper.EscapeSingleArg(devices[0].Id)}");