From 9521fead17df3016e89485cfbc47a79462c348d5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 13 Mar 2025 11:46:00 -1000 Subject: [PATCH] ;doc:Commands: add run, repl, commands to TOC --- hledger/hledger.m4.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 9b9d8e5b8..bf093ace5 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -6398,11 +6398,14 @@ If you have installed more [add-on commands](../scripts.md), they also will be l **[Help commands](#help-commands)** -- [help](#help) - show the hledger manual with info/man/pager +- [commands](#commands) - show the hledger commands list (default) - [demo](#demo) - show small hledger demos in the terminal +- [help](#help) - show the hledger manual with info, man, or pager **[User interface commands](#user-interface-commands)** +- [repl](#repl) - run commands from an interactive prompt +- [run](#run) - run commands from a script - [ui](hledger-ui.html) - (if installed) run hledger's terminal UI - [web](hledger-web.html) - (if installed) run hledger's web UI