class Mantis::CLI

Public Instance Methods

install() click to toggle source
# File lib/mantis/cli.rb, line 17
def install
  require 'mantis/cli/install'
  Install.new(options.dup).run
end