Method: CouchDocs::CommandLine#initialize

Defined in:
lib/couch_docs/command_line.rb

#initialize(args) ⇒ CommandLine

Returns a new instance of CommandLine.



18
19
20
# File 'lib/couch_docs/command_line.rb', line 18

def initialize(args)
  parse_options(args)
end