1 write to OptionHelp
rzc (1)
CommandLine\CommandLineApplication.cs (1)
380OptionHelp = Option(template, "Show help information", CommandOptionType.NoValue);
7 references to OptionHelp
rzc (7)
CommandLine\CommandLineApplication.cs (7)
213if (command.OptionHelp == option) 282if (command.OptionHelp == option) 382return OptionHelp; 416if (OptionHelp != null) 418Out.WriteLine(string.Format(CultureInfo.CurrentCulture, "Specify --{0} for a list of available options and commands.", OptionHelp.LongName)); 514if (OptionHelp != null) 517commandsBuilder.Append($"Use \"{target.Name} [command] --{OptionHelp.LongName}\" for more information about a command.");