and channel_desc = [ | `StandardChannel| `FileChannel of string
]val has_flag :
?argsource:(string array * int) ->
?prefix:string ->
string ->
boolval get_option :
?argsource:(string array * int) ->
?prefix:string ->
?optsep:string ->
'x named_option ->
'x0 optionval get_option_exn :
?argsource:(string array * int) ->
?prefix:string ->
?optsep:string ->
'x named_option ->
'x0val get_option_d' :
?argsource:(string array * int) ->
?prefix:string ->
?optsep:string ->
'x named_option ->
(unit -> 'x0) ->
'x1val get_option_d :
?argsource:(string array * int) ->
?prefix:string ->
?optsep:string ->
'x named_option ->
'x0 ->
'x1val get_absolute_args :
?optsep:string ->
?argsource:(string array * int) ->
unit ->
string list