From 4316172e4c7d68f3a47c95f330d502ed71717643 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Mon, 8 Jul 2024 18:09:36 -0700 Subject: [PATCH] container: subprofile.bash.in: add TODO re: --conf --- client/docker-finance.d/container/shell/subprofile.bash.in | 1 + 1 file changed, 1 insertion(+) diff --git a/client/docker-finance.d/container/shell/subprofile.bash.in b/client/docker-finance.d/container/shell/subprofile.bash.in index 80217b6..bd77453 100644 --- a/client/docker-finance.d/container/shell/subprofile.bash.in +++ b/client/docker-finance.d/container/shell/subprofile.bash.in @@ -26,6 +26,7 @@ [ -z "$DOCKER_FINANCE_CONTAINER_CMD" ] && echo "DOCKER_FINANCE_CONTAINER_CMD not set, check installation" >&2 # NOTE: ledger-based commands ending in `\`: the escape is needed so you can add more arguments as needed +# TODO: remove default 'not:' arguments to `ledger{-ui,-web}` once distributions support hledger 1.34.99-gcf0c7c2ef-20240702 or higher (--conf support) # CLI ledger alias @DOCKER_FINANCE_SUBPROFILE@_ledger='$DOCKER_FINANCE_CONTAINER_CMD @DOCKER_FINANCE_PROFILE@/@DOCKER_FINANCE_SUBPROFILE@ ledger'