tio/src
Martin Lund 9476422922 Remove command-line option inconsistencies
Optional arguments, as parsed by the getopt_long mechanism, are
inherently inconsistent with how you define required arguments.

To avoid confusion we decide to avoid this inconsistency by replacing
optional options with additional options with required argmuments.
2022-06-04 19:08:05 +02:00
..
bash-completion Add support for external control via a Unix domain socket. 2022-04-18 14:06:33 -07:00
configfile.c Remove command-line option inconsistencies 2022-06-04 19:08:05 +02:00
configfile.h Add support for external control via a Unix domain socket. 2022-04-18 14:06:33 -07:00
error.c Redirect error messages to stderr 2022-05-24 13:35:27 +02:00
error.h Update headers 2022-03-11 15:15:39 +01:00
iossiospeed.c Update headers 2022-03-11 15:15:39 +01:00
log.c Append to existing log file (no truncation) 2022-05-07 16:02:41 +02:00
log.h Update headers 2022-03-11 15:15:39 +01:00
main.c Print socket info at startup 2022-04-20 19:20:26 +02:00
meson.build Add support for external control via a Unix domain socket. 2022-04-18 14:06:33 -07:00
misc.c Update headers 2022-03-11 15:15:39 +01:00
misc.h Update headers 2022-03-11 15:15:39 +01:00
options.c Remove command-line option inconsistencies 2022-06-04 19:08:05 +02:00
options.h Remove command-line option inconsistencies 2022-06-04 19:08:05 +02:00
print.c Update headers 2022-03-11 15:15:39 +01:00
print.h Redirect error messages to stderr 2022-05-24 13:35:27 +02:00
setspeed2.c Update headers 2022-03-11 15:15:39 +01:00
signals.c Handle SIGHUP 2022-03-18 19:19:11 +01:00
signals.h Handle SIGHUP 2022-03-18 19:19:11 +01:00
socket.c Print socket info at startup 2022-04-20 19:20:26 +02:00
socket.h Add support for external control via a Unix domain socket. 2022-04-18 14:06:33 -07:00
tty.c Convert errors to warnings 2022-06-02 20:51:23 +02:00
tty.h Update headers 2022-03-11 15:15:39 +01:00