package piqilib

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

Module Piqi_commandSource

Sourceval odir : string ref
Sourceval ifile : string ref
Sourceval ofile : string ref
Sourceval flag_keep_tmp_files : bool ref
Sourceval open_input : string -> in_channel
Sourceval open_output : string -> out_channel
Sourceval close_output : unit -> unit
Sourceval close_input : unit -> unit
Sourceval tmp_files : string list ref
Sourceval add_tmp_file : string -> unit
Sourceval delete_file : string -> unit
Sourceval cleanup : unit -> unit
Sourceval cleanup_on_error : unit -> unit
Sourceval chdir_output : string -> unit
Sourceval arg_count : int ref
Sourceval default_anon_fun : string -> unit
Sourceval anon_fun_wrapper : ('a -> 'b) -> 'a -> 'b
Sourceval arg_I : string * Arg.spec * string
Sourceval arg_o : string * Arg.spec * string
Sourceval arg_C : string * Arg.spec * string
Sourceval arg__ : string * Arg.spec * string
Sourceval arg__keep_tmp_files : string * Arg.spec * string
Sourceval arg__no_warnings : string * Arg.spec * string
Sourceval arg__trace : string * Arg.spec * string
Sourceval arg__debug : string * Arg.spec * string
Sourceval arg__no_builtin_types : string * Arg.spec * string
Sourceval arg__strict : string * Arg.spec * string
Sourceval arg__include_extension : string * Arg.spec * string
Sourceval common_speclist : (string * Arg.spec * string) list
Sourceval parse_args : speclist:(Arg.key * Arg.spec * Arg.doc) list -> usage:Arg.usage_msg -> ?min_arg_count:int -> ?max_arg_count:int -> ?anon_fun:(string -> unit) -> unit -> unit
Sourceval die : string -> 'a
Sourceval run_command : (unit -> 'a) -> unit
OCaml

Innovation. Community. Security.