Sha256: b11f443665580f000ce13d8841d559fe6d32ebf15940fa20a6d1e9a4bbfda3ac
Contents?: true
Size: 417 Bytes
Versions: 4
Compression:
Stored size: 417 Bytes
Contents
module Tr3llo module View module Board module Help extend self def render() <<~TEMPLATE.strip #{Utils.format_bold("# Available board commands:")} board list - Show list of boards board select <board_key> - Select board board add - Create a board 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/board/help.rb |
3llo-1.3.1.pre.rc.0 | lib/3llo/view/board/help.rb |
3llo-1.2.0 | lib/3llo/view/board/help.rb |
3llo-1.1.0 | lib/3llo/view/board/help.rb |