package libsail

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

Module Libsail.FlagSource

Sourcetype t
Sourceval create : ?prefix:string list -> ?hide_prefix:bool -> ?debug:bool -> ?hide:bool -> ?arg:string -> ?override:string -> string -> t
Sourceval to_arg : (t * Arg.spec * string) -> Arg.key * Arg.spec * Arg.doc