mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
chore: update readme, bash completion, man page
This commit is contained in:
parent
d461751a71
commit
5656381cc3
4 changed files with 10 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ _tio()
|
|||
-e --local-echo \
|
||||
-l --log \
|
||||
--log-file \
|
||||
--log-append \
|
||||
--log-strip \
|
||||
-m --map \
|
||||
-t --timestamp \
|
||||
|
|
@ -90,6 +91,10 @@ _tio()
|
|||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||
return 0
|
||||
;;
|
||||
--log-append)
|
||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||
return 0
|
||||
;;
|
||||
--log-strip)
|
||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue