mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
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.
3 lines
69 B
Text
3 lines
69 B
Text
|
|
* Improve error/warning messaging when parsing configuration file
|
|
|