From 4d601a87b775529b7d516fa213c688b6ecf5246d Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Mon, 8 Sep 2014 11:36:44 +0200 Subject: toploop plugins taken into account when printing --help (close: 3535) E.g. Coq options are: -I dir look for ML files in dir -include dir (idem) [...] -h, --help print this list of options With the flag '-toploop coqidetop' these extra option are also available: --help-XML-protocol print the documentation of the XML protocol used by CoqIDE --- lib/system.mli | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/system.mli') diff --git a/lib/system.mli b/lib/system.mli index af797121a..e4f344f6b 100644 --- a/lib/system.mli +++ b/lib/system.mli @@ -19,7 +19,10 @@ val exclude_search_in_dirname : string -> unit val all_subdirs : unix_path:string -> (CUnix.physical_path * string list) list val is_in_path : CUnix.load_path -> string -> bool val is_in_system_path : string -> bool -val where_in_path : ?warn:bool -> CUnix.load_path -> string -> CUnix.physical_path * string +val where_in_path : + ?warn:bool -> CUnix.load_path -> string -> CUnix.physical_path * string +val where_in_path_rex : + CUnix.load_path -> Str.regexp -> (CUnix.physical_path * string) list val exists_dir : string -> bool -- cgit v1.2.3