From 4eb98a761a6211d5c0db7b65bb30dd78d9527402 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 5 Mar 2025 10:50:28 -1000 Subject: [PATCH] ;doc: update command docs --- hledger/Hledger/Cli/Commands/Commands.md | 5 +++++ hledger/Hledger/Cli/Commands/Commands.txt | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Commands.md b/hledger/Hledger/Cli/Commands/Commands.md index ae32c3be4..840ef8131 100644 --- a/hledger/Hledger/Cli/Commands/Commands.md +++ b/hledger/Hledger/Cli/Commands/Commands.md @@ -1,3 +1,8 @@ ## commands Show the hledger commands list. + +```flags +Flags: + --builtin show only builtin commands, not addons +``` diff --git a/hledger/Hledger/Cli/Commands/Commands.txt b/hledger/Hledger/Cli/Commands/Commands.txt index 7d09a8887..e132667f5 100644 --- a/hledger/Hledger/Cli/Commands/Commands.txt +++ b/hledger/Hledger/Cli/Commands/Commands.txt @@ -1,3 +1,6 @@ commands -Show the hledger commands list. \ No newline at end of file +Show the hledger commands list. + +Flags: + --builtin show only builtin commands, not addons