1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

log wpa messages

This commit is contained in:
albfan 2015-08-22 00:25:08 +02:00
parent 6e9402d8a0
commit 0bf42867ad
3 changed files with 15 additions and 1 deletions

View file

@ -6,6 +6,8 @@ function _miracle-wifid() {
case "$prev" in
--log-level)
COMPREPLY=($(compgen -W '1 2 3 4 5 6 7 8' -- "$cur"))
--wpa-loglevel)
COMPREPLY=($(compgen -W '1 2 3 4 5 6 7' -- "$cur"))
return 0
;;
@ -24,7 +26,7 @@ function _miracle-sinkctl() {
case "$prev" in
--log-level)
COMPREPLY=($(compgen -W '1 2 3 4 5 6 7' -- "$cur"))
COMPREPLY=($(compgen -W '1 2 3 4 5 6 7 8' -- "$cur"))
return 0
;;
esac