global

def call(_options, _err, out)

def call(_options, _err, out)
  # Removing the blank invalid options from the output.
  out.puts parser.to_s.gsub(/^\s+(#{invalid_options.join('|')})\s*$\n/, '')
  0
end