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, open_options

Instance Method Details

#installObject



16
17
18
19
# File 'lib/molflow/cli.rb', line 16

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