Module: RepositoryClient::CLI

Defined in:
lib/repository_client/cli.rb

Overview

The command line interface

Class Method Summary collapse

Class Method Details

.start(command, options) ⇒ Object



6
7
8
9
10
11
# File 'lib/repository_client/cli.rb', line 6

def self.start(command, options)
  case command
  when 'deposit'
    RepositoryClient::Deposit.run(options)
  end
end