From 5fe0143a82d3c0fe85b7a48ea98de0ef20fbb19b Mon Sep 17 00:00:00 2001 From: Patrick Ferris Date: Mon, 3 Aug 2026 15:09:29 +0100 Subject: [PATCH] Fix hints --- src/lib/interactive.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/interactive.ml b/src/lib/interactive.ml index 062405a..f60cb83 100644 --- a/src/lib/interactive.ml +++ b/src/lib/interactive.ml @@ -139,7 +139,7 @@ struct complete ctx ~home:"/" in match - Bruit.bruit (bruit_ctx ~hint) + Bruit.bruit ~hint (bruit_ctx ~hint) ~history:(fun command -> H.history ~command !h |> H.commands) ~complete "% " with -- 2.51.2