diff --git a/container/src/finance/completion.bash b/container/src/finance/completion.bash index 2a769be..d9c40d5 100644 --- a/container/src/finance/completion.bash +++ b/container/src/finance/completion.bash @@ -2,7 +2,7 @@ # docker-finance | modern accounting for the power-user # -# Copyright (C) 2024 Aaron Fiore (Founder, Evergreen Crypto LLC) +# Copyright (C) 2024-2025 Aaron Fiore (Founder, Evergreen Crypto LLC) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -75,6 +75,13 @@ function docker-finance::completion() # Help _hledger+=("-h" "help" "demo" "--tldr" "--info") + # "User Interfaces" + # NOTE: `ui` and `web` are to be called outside of this scope (via the `dfi` interface) + _hledger+=("repl" "run") + + # "Entering Data" + # NOTE: no commands here as they should be called outside of this scope (via the `dfi` interface) + # "Basic" _hledger+=("accounts" "codes" "commodities" "descriptions" "files" "notes" "payees" "prices" "stats" "tags")