diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2004-11-02 10:42:58 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2004-11-02 10:42:58 +0000 |
commit | 85cb1262d68f1196542effa9eede2eb1cd1a9312 (patch) | |
tree | 8b2f830340b42307bb7bc40d7792d1cb0a215d47 /toplevel/topmain.ml | |
parent | 06703fdc45f7142cc32a269869f9ce5e4309be10 (diff) | |
download | ocaml-85cb1262d68f1196542effa9eede2eb1cd1a9312.tar.gz |
ajout option -noprompt (toplevel)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6653 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'toplevel/topmain.ml')
-rw-r--r-- | toplevel/topmain.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toplevel/topmain.ml b/toplevel/topmain.ml index cca331e8a1..981b5cb83f 100644 --- a/toplevel/topmain.ml +++ b/toplevel/topmain.ml @@ -54,6 +54,7 @@ let main () = "-labels", Arg.Clear classic, " Labels commute (default)"; "-noassert", Arg.Set noassert, " Do not compile assertion checks"; "-nolabels", Arg.Set classic, " Ignore labels and do not commute"; + "-noprompt", Arg.Set noprompt, " Suppress all prompts"; "-nostdlib", Arg.Set no_std_include, " do not add default directory to the list of include directories"; "-principal", Arg.Set principal, " Check principality of type inference"; |