3 references to RunCommandExampleText
dotnet (3)
Commands\Run\RunCommandSelector.cs (3)
284
Reporter.Error.WriteLine($"{CliCommandStrings.
RunCommandExampleText
}: {commandName} --framework {frameworks[0]}");
477
Reporter.Output.WriteLine($"{CliCommandStrings.
RunCommandExampleText
}: {_commandName} --device {ArgumentEscaper.EscapeSingleArg(devices[0].Id)}");
523
Reporter.Error.WriteLine($"{CliCommandStrings.
RunCommandExampleText
}: {_commandName} --device {ArgumentEscaper.EscapeSingleArg(devices[0].Id)}");