Commit graph

16 commits

Author SHA1 Message Date
Martin Lund
99c7aa85ed Update TODO 2022-07-25 20:38:04 +02:00
Martin Lund
4598345168 Update TODO 2022-07-25 20:36:38 +02:00
Martin Lund
4952c6ca13 Update TODO 2022-07-25 20:29:06 +02:00
Martin Lund
62c00ce05e Update TODO 2022-07-19 12:57:12 +02:00
Martin Lund
110aa1d9dd Update TODO 2022-07-17 09:34:33 +02:00
Martin Lund
1c53af0681 Update TODO 2022-07-14 14:02:17 +02:00
Martin Lund
00ae3b2fbd Update TODO 2022-07-14 11:13:22 +02:00
Martin Lund
9c498140de Update TODO 2022-07-08 10:19:33 +02:00
Martin Lund
8b6a0cf63c Update TODO 2022-07-05 23:28:23 +02:00
Martin Lund
1bd663086a Update TODO 2022-06-17 12:23:15 +02:00
Martin Lund
1117dc603e Update TODO 2022-06-11 14:22:22 +02:00
Martin Lund
50478e7df3 Update TODO 2022-06-08 16:21:50 +02:00
Martin Lund
1f094b6b68 Update TODO 2022-06-07 18:23:34 +02:00
Martin Lund
e854ca0efa Update TODO 2022-06-07 18:14:04 +02:00
Martin Lund
732a768970 Update TODO 2022-06-05 09:29:33 +02:00
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