aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/fake_ide.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/fake_ide.ml b/tools/fake_ide.ml
index e06ebb78e8..f2255981a7 100644
--- a/tools/fake_ide.ml
+++ b/tools/fake_ide.ml
@@ -32,6 +32,8 @@ let commands =
"INTERP", (fun s -> eval_call (Ide_intf.interp (false,true,s)));
"REWIND", (fun s -> eval_call (Ide_intf.rewind (int_of_string s)));
"GOALS", (fun _ -> eval_call Ide_intf.goals);
+ "HINTS", (fun _ -> eval_call Ide_intf.hints);
+ "GETOPTIONS", (fun _ -> eval_call Ide_intf.get_options);
"STATUS", (fun _ -> eval_call Ide_intf.status);
"INLOADPATH", (fun s -> eval_call (Ide_intf.inloadpath s));
"MKCASES", (fun s -> eval_call (Ide_intf.mkcases s));