class Molflow::CLI

Public Instance Methods

install() click to toggle source
# File lib/molflow/cli.rb, line 16
def install
  require 'molflow/commands/install'
  Commands::Install.start
end