jl777 rebased so now we have viewing keys
This commit is contained in:
@@ -86,11 +86,10 @@ _komodo_cli() {
|
|||||||
COMPREPLY=( $( compgen -W "true false" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "true false" -- "$cur" ) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
# KMD does not have viewing keys, yet
|
z_importkey|z_importviewingkey)
|
||||||
# z_importkey|z_importviewingkey)
|
COMPREPLY=( $( compgen -W "yes no whenkeyisnew" -- "$cur" ) )
|
||||||
# COMPREPLY=( $( compgen -W "yes no whenkeyisnew" -- "$cur" ) )
|
return 0
|
||||||
# return 0
|
;;
|
||||||
# ;;
|
|
||||||
move|setaccount)
|
move|setaccount)
|
||||||
_komodo_accounts
|
_komodo_accounts
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user