Sha256: 2fc311ba0dddf918b5cb078410f0d310e5c514dfc826a5444ce36b593f8a351a
Contents?: true
Size: 483 Bytes
Versions: 4
Compression:
Stored size: 483 Bytes
Contents
module Tr3llo module View module List module Help extend self 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 end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
3llo-1.3.1 | lib/3llo/view/list/help.rb |
3llo-1.3.1.pre.rc.0 | lib/3llo/view/list/help.rb |
3llo-1.2.0 | lib/3llo/view/list/help.rb |
3llo-1.1.0 | lib/3llo/view/list/help.rb |