?group:Femtolib.Config_file.group ->
string list ->
?short_name:string ->
string ->
string ->
object
  val mutable hooks : (string -> string -> unit) list
  val mutable shortname : string option
  val mutable value : string
  method add_hook : (string -> string -> unit) -> unit
  method private exec_hooks : string -> string -> unit
  method get : string
  method get_default : string
  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 private of_raw : Raw.cp -> string
  method private of_string : '-> 'a
  method reset : unit
  method set : string -> unit
  method set_raw : Raw.cp -> unit
  method set_short_name : string -> unit
  method private set_string : string -> unit
  method private to_raw : string -> Raw.cp
end