Method: DPL::CLI.run

Defined in:
lib/dpl/cli.rb

.run(*args) ⇒ Object



6
7
8
# File 'lib/dpl/cli.rb', line 6

def self.run(*args)
  new(args).run
end