Module: Tr3llo::View::Label::Help

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

Instance Method Summary collapse

Instance Method Details

#renderObject



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

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

  label list                - Show all labels
  label add                 - Create a label
  label edit <key>          - Edit a label
  list remove <key>         - Remove a label
  TEMPLATE
end