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