mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update completion script
This commit is contained in:
parent
bb300293cc
commit
7e74f8cbe0
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ _tio()
|
||||||
-m --map \
|
-m --map \
|
||||||
-v --version \
|
-v --version \
|
||||||
-t --timestamp \
|
-t --timestamp \
|
||||||
-i --list-devices \
|
-L --list-devices \
|
||||||
-h --help"
|
-h --help"
|
||||||
|
|
||||||
# Complete the arguments to the options.
|
# Complete the arguments to the options.
|
||||||
|
|
@ -71,7 +71,7 @@ _tio()
|
||||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
-i | --list-devices)
|
-L | --list-devices)
|
||||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue