package dose3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module StdOptions.InputOptionsSource

Sourceval itypes : string list
Sourceval in_option : ?default:string -> ?metavar:string -> unit -> string OptParse.Opt.t
Sourceval vtypes : string list
Sourceval comp_option : ?default:string -> ?metavar:string -> unit -> string OptParse.Opt.t
Sourceval trim : bool OptParse.Opt.t
Sourceval latest : int OptParse.Opt.t
Sourceval background : string list OptParse.Opt.t
Sourceval foreground : string list OptParse.Opt.t
Sourceval inputtype : string OptParse.Opt.t
Sourceval compare : string OptParse.Opt.t
Sourceval default_options : string list
Sourceval descr : string
Sourceval parse_cmdline : (Dose_common.Url.filetypes * bool) -> string list -> string list * string list

give a list of positional arguments returns two list of resources, foreground and background. Positional arguments are assumed to be foreground resources.

Sourceval add_options : ?default:string list -> OptParse.OptParser.t -> unit
Sourceval add_option : ?short_name:char -> ?long_name:string -> ?help:string -> OptParse.OptParser.t -> ?hide:bool -> ?short_names:char list -> ?long_names:string list -> 'a OptParse.Opt.t -> unit
OCaml

Innovation. Community. Security.