Example #1
0
 protected override void GenerateCommandListing(IOutput output, MessageProvider messageProvider, Command command)
 {
     table.Rows.Add(command.GetUsage(), command.Description);
 }
Example #2
0
 protected override void GenerateCommandListStart(IOutput output, MessageProvider messageProvider, int page, int ipp, int totalPages)
 {
     SetupTable(output);
 }
Example #3
0
 public abstract void GenerateDetailedHelp(IOutput output, MessageProvider messageProvider, Command command);
Example #4
0
 protected virtual void GenerateCommandListStart(IOutput output, MessageProvider messageProvider, int page, int ipp, int totalPages)
 {
 }
Example #5
0
 protected abstract void GenerateCommandListing(IOutput output, MessageProvider messageProvider, Command command);