Added support for --long

This commit is contained in:
fryorcraken 2026-01-16 11:26:58 +11:00
parent 5a4111bcc8
commit 47e76c9f85
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -162,8 +162,13 @@ _wallet_account() {
case $line[1] in
get)
_arguments \
'--raw[Get raw account data]' \
'--account-id[Account ID to query]:account_id:_wallet_account_ids'
'(-r --raw)'{-r,--raw}'[Get raw account data]' \
'(-k --keys)'{-k,--keys}'[Display keys (pk for public accounts, npk/ipk for private accounts)]' \
'(-a --account-id)'{-a,--account-id}'[Account ID to query]:account_id:_wallet_account_ids'
;;
list|ls)
_arguments \
'(-l --long)'{-l,--long}'[Display detailed account information]'
;;
new)
_arguments -C \