Class: Shutwork::Command::Help
- Defined in:
- lib/shutwork/command/help.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Display
#display_account, #display_file, #display_message, #display_room, #format_datetime, #format_filesize, #to_filesize_human
Constructor Details
This class inherits a constructor from Shutwork::Command::Base
Instance Method Details
#run ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/shutwork/command/help.rb', line 6 def run puts <<EOS Usage: shutwork COMMAND Available options: -h,--help Show this help text --version Show version Available commands: me Show me rooms Show Rooms and messages token Manage token EOS end |