public OutputBuilder RenderCommandsList(IEnumerable <Command> commands, string categoryName) { return(currentCommandsListRenderer.Render(commands, categoryName)); }
public OutputBuilder RenderCommandsList(TerminalOptions terminalOptions, IEnumerable <Command> commands, string categoryName) { return(currentCommandsListRenderer.Render(terminalOptions, commands, categoryName)); }
public string RenderCommandsList(ITerminal terminal, IEnumerable <Command> commands, string categoryName) { return(currentCommandsListRenderer.Render(terminal, commands, categoryName)); }