|
|
@ -4,7 +4,7 @@ function libs() |
|
|
|
{ |
|
|
|
if [ "$1" != "" ]; |
|
|
|
then |
|
|
|
COMPREPLY=($(compgen -W "network-scanning sensor-node help" "${COMP_WORDS[$COMP_CWORD]}")) |
|
|
|
COMPREPLY=($(compgen -W "network-scanning sensor-node ssh-tunneling help" "${COMP_WORDS[$COMP_CWORD]}")) |
|
|
|
fi |
|
|
|
} |
|
|
|
|
|
|
|