add --passkey to bash tab completion
This commit is contained in:
parent
df301b1f5a
commit
f68b617e7c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ _steamguard()
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||||
opts="--help --verbose --maFiles-path"
|
opts="--help --verbose --maFiles-path --passkey"
|
||||||
|
|
||||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in a new issue