Module: Tr3llo::View::List::Help

Extended by:
Help
Included in:
Help
Defined in:
lib/3llo/view/list/help.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



7
8
9
10
11
12
13
14
15
16
# File 'lib/3llo/view/list/help.rb', line 7

def render()
  <<~TEMPLATE.strip
  #{Utils.format_bold("# Available list commands:")}

  list list                 - Show all lists
  list add                  - Create a list
  list cards <key>          - Show all cards in list
  list archive-cards <key>  - Archive all cards in list
  TEMPLATE
end