7 references to Out
NuGet.CommandLine.XPlat (7)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (1)
130
IReportRenderer reportRenderer = GetOutputType(app.
Out
, app.Error, outputFormat.Value(), outputVersionOption: outputVersion.Value());
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (6)
342
Out
.WriteLine(string.Format("Specify --{0} for a list of available options and commands.", OptionHelp.LongName));
354
Out
.WriteLine(GetHelpText(commandName));
472
Out
.WriteLine(FullName);
473
Out
.WriteLine(LongVersionGetter());
489
Out
.WriteLine(rootCmd.GetFullNameAndVersion());
490
Out
.WriteLine();