class Sidekiq::CLI

def parse(args = ARGV)

def parse(args = ARGV)
  setup_options(args)
  initialize_logger
  validate!
end