Module: Tr3llo::View::Label::Help
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
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 |