From ebf8d25a49c0ac4f80e2635cdafba65160b391df Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Mar 2025 13:57:22 -1000 Subject: [PATCH] imp:cli: commands list tweaks --- hledger/Hledger/Cli/Commands.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hledger/Hledger/Cli/Commands.hs b/hledger/Hledger/Cli/Commands.hs index 0167e042a..31a32f477 100644 --- a/hledger/Hledger/Cli/Commands.hs +++ b/hledger/Hledger/Cli/Commands.hs @@ -227,17 +227,18 @@ commandsList progversion othercmds = ,"" -----------------------------------------80------------------------------------- ,bold' "USER INTERFACES (alternate UIs)" - ," repl run interactive REPL" - ,"+ui run terminal UI" -- hledger-ui - ,"+web run web UI" -- hledger-web + ," repl run commands from an interactive prompt" + ," run run command scripts from files or arguments" + ,"+ui run a terminal UI (hledger-ui)" + ,"+web run a web UI (hledger-web)" -- see also: MoLe, https://hledger.org/mobile.html ,"" -----------------------------------------80------------------------------------- ,bold' "ENTERING DATA (add or edit transactions)" ," add add transactions using interactive prompts" - ,"+iadd add transactions using a TUI" -- hledger-iadd + ,"+iadd add transactions using a TUI (hledger-iadd)" ," import add new transactions from other files, eg CSV files" - ,"+edit edit existing transactions with $EDITOR" -- hledger-utils + ,"+edit edit specific transactions with $EDITOR" -- hledger-utils ,"" -----------------------------------------80------------------------------------- ,bold' "BASIC REPORTS (simple lists)" @@ -267,7 +268,6 @@ commandsList progversion othercmds = ," balance (bal) show balance changes, end balances, gains, budgets.." ,"+lots show a commodity's lots" -- hledger-lots ," roi show return on investments" - ," run run multiple commands from a file (EXPERIMENTAL)" ,"" -----------------------------------------80------------------------------------- ,bold' "CHARTS (bar charts, line graphs..)"