TODO: removed the double-dash TODO item, because it will not be done
authormarkus schnalke <markus.schnalke@la-bw.de>
Thu, 20 Nov 2014 10:38:28 +0000 (11:38 +0100)
committermarkus schnalke <markus.schnalke@la-bw.de>
Thu, 20 Nov 2014 10:38:28 +0000 (11:38 +0100)
The GNU style double-dashes collide with MH's command line concepts.
It makes no sense to simply allow a second dash, because all the
rest is different. (Think of `pick --component'.) It's more important
to keep the concepts clean than trying to imitate different concepts.

docs/TODO

index a9de6dd..cfc0dc5 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -54,7 +54,6 @@ ENVIRONMENT/PROFILE
 
 OPTIONS
 -------
-* change switches to accept two dashes (--help)
 * can we move option checking to its own function?  Currently each
   command is doing that itself.
 * make the option parsing code dynamic, so that there is no limit