module CLI

Constants

LOGGING_LEVELS

Attributes

options[RW]

Public Class Methods

new_common_option_parser(*args) click to toggle source
# File lib/cli.rb, line 61
def self.new_common_option_parser(*args)
  op = CommonOptionParser.new(*args)
  op.options = options
  op
end