1 write to OptionHelp
NuGet.CommandLine.XPlat (1)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (1)
304
OptionHelp
= Option(template, "Show help information", CommandOptionType.NoValue);
7 references to OptionHelp
NuGet.CommandLine.XPlat (7)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (7)
167
if (command.
OptionHelp
== option)
212
if (command.
OptionHelp
== option)
306
return
OptionHelp
;
340
if (
OptionHelp
!= null)
342
Out.WriteLine(string.Format("Specify --{0} for a list of available options and commands.",
OptionHelp
.LongName));
438
if (
OptionHelp
!= null)
441
commandsBuilder.AppendFormat($"Use \"{target.Name} [command] --{
OptionHelp
.LongName}\" for more information about a command.");