Class: Molflow::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/molflow/cli.rb,
lib/molflow/cli/task.rb,
lib/molflow/cli/install.rb,
lib/molflow/cli/jira_issues.rb,
lib/molflow/cli/jira_projects.rb

Defined Under Namespace

Classes: Install, JiraIssues, JiraProjects, Task

Instance Method Summary collapse

Instance Method Details

#installObject



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

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