module Tr3llo::View::Label::Help

Public Instance Methods

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