mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-03 23:03:10 +00:00
update zsh completion
This commit is contained in:
parent
e2175132f5
commit
d9b2b0c824
@ -181,7 +181,8 @@ _wallet_account() {
|
|||||||
;;
|
;;
|
||||||
new_args)
|
new_args)
|
||||||
_arguments \
|
_arguments \
|
||||||
'--cci[Chain index of a parent node]:chain_index:'
|
'--cci[Chain index of a parent node]:chain_index:' \
|
||||||
|
'(-l --label)'{-l,--label}'[Label to assign to the new account]:label:'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
@ -343,7 +344,6 @@ _wallet_config() {
|
|||||||
local -a config_keys
|
local -a config_keys
|
||||||
|
|
||||||
config_keys=(
|
config_keys=(
|
||||||
'all'
|
|
||||||
'override_rust_log'
|
'override_rust_log'
|
||||||
'sequencer_addr'
|
'sequencer_addr'
|
||||||
'seq_poll_timeout'
|
'seq_poll_timeout'
|
||||||
@ -370,7 +370,12 @@ _wallet_config() {
|
|||||||
;;
|
;;
|
||||||
args)
|
args)
|
||||||
case $line[1] in
|
case $line[1] in
|
||||||
get|description)
|
get)
|
||||||
|
_arguments \
|
||||||
|
'(-a --all)'{-a,--all}'[Print all config fields]' \
|
||||||
|
'::key:compadd -a config_keys'
|
||||||
|
;;
|
||||||
|
description)
|
||||||
compadd -a config_keys
|
compadd -a config_keys
|
||||||
;;
|
;;
|
||||||
set)
|
set)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user