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