mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update bash completion
This commit is contained in:
parent
c38ba262d3
commit
bd5f542959
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ _tio()
|
|||
--timestamp-format \
|
||||
-L --list-devices \
|
||||
-c --color \
|
||||
-S --socket \
|
||||
-x --hex \
|
||||
-v --version \
|
||||
-h --help"
|
||||
|
|
@ -88,7 +89,7 @@ _tio()
|
|||
return 0
|
||||
;;
|
||||
-S | --socket)
|
||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||
COMPREPLY=( $(compgen -W "unix: inet: inet6:" -- ${cur}) )
|
||||
return 0
|
||||
;;
|
||||
-x | --hex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue