class Explorer::CLI::CLI

TODO: Rename

Public Instance Methods

boot() click to toggle source
# File lib/explorer/cli.rb, line 26
def boot
  servers = Servers.new
  Explorer.log_watcher.add(STDOUT)
  servers.run
end
version() click to toggle source
# File lib/explorer/cli.rb, line 11
def version
  puts Explorer::VERSION
end