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:
parent
6e9402d8a0
commit
0bf42867ad
3 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue