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