1 write to Out
Microsoft.AspNetCore.Shared.Tests (1)
CommandLineApplicationTests.cs (1)
1090
var app = new CommandLineApplication {
Out
= outWriter };
6 references to Out
Microsoft.AspNetCore.Shared.Tests (6)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (6)
424
Out
.WriteLine(string.Format(CultureInfo.CurrentCulture, "Specify --{0} for a list of available options and commands.", OptionHelp.LongName));
436
Out
.WriteLine(GetHelpText(commandName));
554
Out
.WriteLine(FullName);
555
Out
.WriteLine(LongVersionGetter());
571
Out
.WriteLine(rootCmd.GetFullNameAndVersion());
572
Out
.WriteLine();