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
Instance Method Details
#install ⇒ Object
14 15 16 17 |
# File 'lib/molflow/cli.rb', line 14 def install require 'molflow/commands/install' Install.start end |