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 \
|
--timestamp-format \
|
||||||
-L --list-devices \
|
-L --list-devices \
|
||||||
-c --color \
|
-c --color \
|
||||||
|
-S --socket \
|
||||||
-x --hex \
|
-x --hex \
|
||||||
-v --version \
|
-v --version \
|
||||||
-h --help"
|
-h --help"
|
||||||
|
|
@ -88,7 +89,7 @@ _tio()
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
-S | --socket)
|
-S | --socket)
|
||||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "unix: inet: inet6:" -- ${cur}) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
-x | --hex)
|
-x | --hex)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue