class Sidekiq::CLI

def parse_options(argv)

def parse_options(argv)
  opts = {}
  @parser = option_parser(opts)
  @parser.parse!(argv)
  opts
end