_hledger: fix bogus -A option placement

It got offered as a completion instead
This commit is contained in:
Mikael Magnusson 2026-05-03 01:59:51 +02:00
parent f916eeb8a3
commit 9a94ecb9c9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ args=(
'--forecast=[apply periodic transaction rules to generate future transactions]'
)
_arguments -C "$args[@]" -A "-*" \
_arguments -C -A "-*" "$args[@]" \
'(- *)--version[print version information]' \
'--debug[show debug output]' \
'1: :->cmds' \