Class: Jura::Component::Board::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/jura/component/board/help.rb

Class Method Summary collapse

Class Method Details

.renderObject



7
8
9
10
11
12
13
# File 'lib/jura/component/board/help.rb', line 7

def self.render
  <<~TEMPLATE.strip
    #{Utils.format_bold("# Available board commands:")}
    board list                - Show list of boards
    board select              - Select board
  TEMPLATE
end