tio/man
Martin Lund fc54df1f22 Add lua expect(string)
Add simple expect functionality.

The expect(string) function will wait for input from the tty device and
only return when there is a string match. Regular expressions are
supported.

Example:

script = expect('password:'); send('my_password\n')
2024-04-12 18:20:33 +02:00
..
meson.build Meson cleanup 2022-02-13 11:07:51 +01:00
tio.1.in Add lua expect(string) 2024-04-12 18:20:33 +02:00
tio.1.txt Update plain text man page 2024-04-12 00:24:01 +02:00