mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Introduce basic line input mode
This commit is contained in:
parent
d60363a64c
commit
4801816357
8 changed files with 135 additions and 17 deletions
|
|
@ -131,7 +131,7 @@ _tio()
|
|||
return 0
|
||||
;;
|
||||
--input-mode)
|
||||
COMPREPLY=( $(compgen -W "normal hex" -- ${cur}) )
|
||||
COMPREPLY=( $(compgen -W "normal hex line" -- ${cur}) )
|
||||
return 0
|
||||
;;
|
||||
--output-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue