_hledger: fix bogus -A option placement
It got offered as a completion instead
This commit is contained in:
parent
f916eeb8a3
commit
9a94ecb9c9
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Reference in New Issue