Module: Tr3llo::View::Board::Help
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
7 8 9 10 11 12 13 14 15 |
# File 'lib/3llo/view/board/help.rb', line 7 def render() <<~TEMPLATE.strip #{Utils.format_bold("# Available board commands:")} board list - Show list of boards board select <board_key> - Select board board add - Create a board TEMPLATE end |