module Tr3llo::View::Board::Help

Public Instance Methods

render() click to toggle source
# 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