From 7a3f69c5a1ba04034bf6c06f0f9d8c83e4be9dfd Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Mar 2025 19:45:55 -1000 Subject: [PATCH] ;doc:repl: updates --- hledger/Hledger/Cli/Commands/Repl.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Repl.md b/hledger/Hledger/Cli/Commands/Repl.md index 01929d68b..1489e4882 100644 --- a/hledger/Hledger/Cli/Commands/Repl.md +++ b/hledger/Hledger/Cli/Commands/Repl.md @@ -29,7 +29,8 @@ While it is running, the REPL remembers your command history, and you can naviga - Keypad or Emacs navigation keys to edit the current command line - UP/DOWN or control-P/control-N to step back/forward through history -- control-R to search for a past command, etc. +- control-R to search for a past command +- TAB completes file paths. The `commands` and `help` commands, and the command help flags (`CMD --tldr`, `CMD -h/--help`, `CMD --info`, `CMD --man`), work in the usual way, and can be useful.