From ed234233579b906c3aeaec8fb809c79079ee69d5 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Thu, 20 Nov 2014 11:38:28 +0100 Subject: [PATCH] TODO: removed the double-dash TODO item, because it will not be done 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/TODO b/docs/TODO index a9de6dd..cfc0dc5 100644 --- 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 -- 1.7.10.4