Introduce basic line input mode

This commit is contained in:
Martin Lund 2024-04-16 17:42:34 +02:00
parent d60363a64c
commit 4801816357
8 changed files with 135 additions and 17 deletions

View file

@ -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)