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