mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add option --no-tty-restore / -N that makes execution flow omit call to tty_restore().
This commit is contained in:
parent
3af4c5591e
commit
4eaf19493b
9 changed files with 33 additions and 3 deletions
|
|
@ -122,6 +122,7 @@ Options:
|
|||
--exclude-drivers <pattern> Exclude drivers by pattern
|
||||
--exclude-tids <pattern> Exclude topology IDs by pattern
|
||||
-n, --no-reconnect Do not reconnect
|
||||
-N, --no-tty-restore Do not restore initial TTY device settings
|
||||
-e, --local-echo Enable local echo
|
||||
--input-mode normal|hex|line Select input mode (default: normal)
|
||||
--output-mode normal|hex|hexN Select output mode (default: normal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue