summaryrefslogtreecommitdiffstats
path: root/completions/firefly.bash
diff options
context:
space:
mode:
Diffstat (limited to 'completions/firefly.bash')
-rw-r--r--completions/firefly.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/firefly.bash b/completions/firefly.bash
index 697cd1a..b23f081 100644
--- a/completions/firefly.bash
+++ b/completions/firefly.bash
@@ -37,6 +37,7 @@ _firefly() {
local leaf_opts=""
case "$group $leaf" in
"auth set") leaf_opts="--token --url";;
+ "account balance") leaf_opts="--at";;
"account create") leaf_opts="--currency --opening-balance --type";;
"account list") leaf_opts="--type";;
"tx add") leaf_opts="--category --date --desc --from --tags --to --type";;