class Shutwork::Command::Help

Public Instance Methods

run() click to toggle source
# 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