mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fixed completion of device
This commit is contained in:
parent
b0230109b2
commit
49e30fa3b1
1 changed files with 1 additions and 1 deletions
|
|
@ -90,4 +90,4 @@ _gotty()
|
||||||
COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
|
COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
complete -F _gotty gotty
|
complete -o default -F _gotty gotty
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue