package chamo

  1. Overview
  2. Docs

Command line analysis

val commands : string list ref
val remaining : string list ref

Remaining arguments

val append_command : string -> unit

Add a command as it it were passed with -e on command line.

val init_commands : string list ref
val append_init_command : string -> unit

Add an init command, different from command-line passed commands.

val add_option : (string * Arg.spec * string) -> unit
val parse : unit -> unit
OCaml

Innovation. Community. Security.