From 3d1994ea762622a5965e867b54a19dd60cc892fb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Mar 2025 16:15:02 -1000 Subject: [PATCH] ;doc: add commands, repl, run to Commands section --- hledger/Hledger/Cli/Commands/commands.m4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/commands.m4 b/hledger/Hledger/Cli/Commands/commands.m4 index 7bfb7cd23..c8869f2fe 100644 --- a/hledger/Hledger/Cli/Commands/commands.m4 +++ b/hledger/Hledger/Cli/Commands/commands.m4 @@ -6,11 +6,15 @@ m4_define({{_commands_}}, {{ # Help commands -_command_({{Help}}) +_command_({{Commands}}) _command_({{Demo}}) +_command_({{Help}}) # User interface commands +_command_({{Repl}}) +_command_({{Run}}) + ## ui Runs [hledger-ui](hledger-ui.md) (if installed).