diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-10 17:56:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-10 17:56:56 -0400 |
commit | 8d20a65920cb6ddad186fa11b6fa21a61684de16 (patch) | |
tree | 15cc6746e909787585433b43e295a49130cfe9d7 | |
parent | 0e1dfc32af1e8b0d40798cda650af168ca4290d0 (diff) |
devblog
-rw-r--r-- | doc/devblog/day_299__so_many_commands_and_options.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devblog/day_299__so_many_commands_and_options.mdwn b/doc/devblog/day_299__so_many_commands_and_options.mdwn new file mode 100644 index 000000000..04a2c1e2d --- /dev/null +++ b/doc/devblog/day_299__so_many_commands_and_options.mdwn @@ -0,0 +1,9 @@ +Day 3 of the optparse-applicative conversion. +116 files changed, 1607 insertions(+), 1135 deletions(-) +At this point, everything is done except for around 20 sub-commands. +Probably takes 15 minutes work for each. Will finish plowing through +it in the evenings. + +Meanwhile, made the release of version 5.20150710. The Android build for +this version is not available yet, since I broke the autobuilder last week +and haven't fixed it yet. |