From 6f08c52f7f18e19f08ceaa3516acc4b8514b207a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Jun 2025 17:13:21 -1000 Subject: [PATCH] ;doc: COMMANDS: mention general options I was trying to insert a mention/link next to each command's specific flags, but it's too disruptive given the complex ways we reuse and generate these docs. --- hledger/hledger.m4.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 284f05bf9..2d3837187 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -6501,9 +6501,15 @@ First, a quick glossary: -Here are the standard [commands](#commands), which you can list by running `hledger`. +Here are hledger's standard [subcommands](#commands). +You can list these by running `hledger`. If you have installed more [add-on commands](../scripts.md), they also will be listed. +In the following command docs, each command's specific options are shown. +Most commands also support the [general options](#options) described above, though some of them might have no effect. +(Usually if there's a sensible way for a general option to affect a command, it will.) +You can list all of a command's options by running `hledger CMD -h`. + **[Help commands](#help-commands)**