Class: Mantis::CLI

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/mantis/cli.rb

Defined Under Namespace

Classes: Install

Instance Method Summary collapse

Instance Method Details

#installObject



17
18
19
20
# File 'lib/mantis/cli.rb', line 17

def install
  require 'mantis/cli/install'
  Install.new(options.dup).run
end