imp:cli: commands list tweaks

This commit is contained in:
Simon Michael 2025-03-06 13:57:22 -10:00
parent cf81b042be
commit ebf8d25a49

View File

@ -227,17 +227,18 @@ commandsList progversion othercmds =
,"" ,""
-----------------------------------------80------------------------------------- -----------------------------------------80-------------------------------------
,bold' "USER INTERFACES (alternate UIs)" ,bold' "USER INTERFACES (alternate UIs)"
," repl run interactive REPL" ," repl run commands from an interactive prompt"
,"+ui run terminal UI" -- hledger-ui ," run run command scripts from files or arguments"
,"+web run web UI" -- hledger-web ,"+ui run a terminal UI (hledger-ui)"
,"+web run a web UI (hledger-web)"
-- see also: MoLe, https://hledger.org/mobile.html -- see also: MoLe, https://hledger.org/mobile.html
,"" ,""
-----------------------------------------80------------------------------------- -----------------------------------------80-------------------------------------
,bold' "ENTERING DATA (add or edit transactions)" ,bold' "ENTERING DATA (add or edit transactions)"
," add add transactions using interactive prompts" ," 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" ," 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------------------------------------- -----------------------------------------80-------------------------------------
,bold' "BASIC REPORTS (simple lists)" ,bold' "BASIC REPORTS (simple lists)"
@ -267,7 +268,6 @@ commandsList progversion othercmds =
," balance (bal) show balance changes, end balances, gains, budgets.." ," balance (bal) show balance changes, end balances, gains, budgets.."
,"+lots show a commodity's lots" -- hledger-lots ,"+lots show a commodity's lots" -- hledger-lots
," roi show return on investments" ," roi show return on investments"
," run run multiple commands from a file (EXPERIMENTAL)"
,"" ,""
-----------------------------------------80------------------------------------- -----------------------------------------80-------------------------------------
,bold' "CHARTS (bar charts, line graphs..)" ,bold' "CHARTS (bar charts, line graphs..)"