Ejemplo n.º 1
0
 private void PrintDefaultHelpOutput(TextWriter writer, string executable, string commandName)
 {
     commandOutputProvider.PrintCommandHelpHeader(executable, commandName, writer);
     commandOutputProvider.PrintCommandOptions(Options, writer);
 }
Ejemplo n.º 2
0
 protected virtual void PrintDefaultHelpOutput(TextWriter writer, string executable, string commandName, string description)
 {
     commandOutputProvider.PrintCommandHelpHeader(executable, commandName, description, writer);
     commandOutputProvider.PrintCommandOptions(Options, writer);
 }