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