Sha256: 3b8a81b129562f6c94e37544251fe9acc0affe3444051a18b31d667b2820cdfe
Contents?: true
Size: 679 Bytes
Versions: 4
Compression:
Stored size: 679 Bytes
Contents
module Tr3llo module View module Help extend self def render() <<~TEMPLATE.strip #{Utils.format_bold(Utils.paint("3llo v#{Tr3llo::VERSION} - Interactive CLI application for Trello", "blue"))} #{View::Board::Help.render()} #{View::Card::Help.render()} #{View::List::Help.render()} #{View::Label::Help.render()} #{miscellaneous_help()} TEMPLATE end def miscellaneous_help() <<~TEMPLATE.strip #{Utils.format_bold("# Miscellaneous commands:")} help - Display this help message exit - Exit the program TEMPLATE end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
3llo-1.3.1 | lib/3llo/view/help.rb |
3llo-1.3.1.pre.rc.0 | lib/3llo/view/help.rb |
3llo-1.2.0 | lib/3llo/view/help.rb |
3llo-1.1.0 | lib/3llo/view/help.rb |