global

def call(_options, _err, out)

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