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