Class: Molflow::CLI
- Inherits:
-
Thor
- Object
- Thor
- Molflow::CLI
- 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
#install ⇒ Object
16 17 18 19 |
# File 'lib/molflow/cli.rb', line 16 def install require 'molflow/commands/install' Commands::Install.start end |