module Tr3llo::View::List::Help

Public Instance Methods

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