Class: Molflow::CLI

Inherits:
Thor
  • Object
show all
Extended by:
CommandOptions
Defined in:
lib/molflow/cli.rb

Instance Method Summary collapse

Methods included from CommandOptions

install_options, jira_options

Instance Method Details

#installObject



14
15
16
17
# File 'lib/molflow/cli.rb', line 14

def install
  require 'molflow/commands/install'
  Install.start
end