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