mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update README
This commit is contained in:
parent
387f47a39c
commit
2109a0063b
1 changed files with 6 additions and 9 deletions
15
README.md
15
README.md
|
|
@ -57,15 +57,12 @@ The command-line interface is straightforward as reflected in the output from
|
||||||
See the man page for more details.
|
See the man page for more details.
|
||||||
```
|
```
|
||||||
|
|
||||||
The only option which requires a bit of elaboration is perhaps the
|
By default tio automatically connects to the provided TTY device if present.
|
||||||
`--no-autoconnect` option.
|
If the device is not present, it will wait for it to appear and then connect.
|
||||||
|
If the connection is lost (eg. device is unplugged), it will wait for the
|
||||||
By default tio automatically connects to the provided device if present. If
|
device to reappear and then reconnect. However, if the `--no-autoconnect`
|
||||||
the device is not present, it will wait for it to appear and then connect. If
|
option is provided, tio will exit if the device is not present or an
|
||||||
the connection is lost (eg. device is unplugged), it will wait for the device
|
established connection is lost.
|
||||||
to reappear and then reconnect. However, if the `--no-autoconnect` option is
|
|
||||||
provided, tio will exit if the device is not present or an established
|
|
||||||
connection is lost.
|
|
||||||
|
|
||||||
Tio features full bash autocompletion.
|
Tio features full bash autocompletion.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue