Module: Tr3llo::View::Help
Instance Method Summary collapse
Instance Method Details
#miscellaneous_help ⇒ Object
23 24 25 26 27 28 29 30 |
# File 'lib/3llo/view/help.rb', line 23 def miscellaneous_help() " \#{Utils.format_bold(\"# Miscellaneous commands:\")}\n\n help - Display this help message\n exit - Exit the program\n TEMPLATE\nend\n".strip |
#render ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/3llo/view/help.rb', line 6 def render() " \#{Utils.format_bold(Utils.paint(\"3llo v\#{Tr3llo::VERSION} - Interactive CLI application for Trello\", \"blue\"))}\n\n\n \#{View::Board::Help.render()}\n\n \#{View::Card::Help.render()}\n\n \#{View::List::Help.render()}\n\n \#{View::Label::Help.render()}\n\n \#{miscellaneous_help()}\n TEMPLATE\nend\n".strip |