object
  method add_hook : ('-> '-> unit) -> unit
  method get : 'a
  method get_default : 'a
  method get_default_formatted : Format.formatter -> unit
  method get_formatted : Format.formatter -> unit
  method get_help : string
  method get_help_formatted : Format.formatter -> unit
  method get_name : string list
  method get_short_name : string option
  method get_spec : Arg.spec
  method reset : unit
  method set : '-> unit
  method set_raw : Config_file.Raw.cp -> unit
  method set_short_name : string -> unit
end