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