From: Karel Zak Date: Thu, 4 Oct 2018 10:54:05 +0000 (+0200) Subject: docs: add getopt to TODO X-Git-Tag: v2.33-rc2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4601f620ca5e6cc8ac359dcc9e29ebca18237da;p=thirdparty%2Futil-linux.git docs: add getopt to TODO Addresses: https://github.com/karelzak/util-linux/issues/701 Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index 62b32db720..86ee25af92 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -98,6 +98,14 @@ partx - support mapping by device-mapper if argv[0] is "kpartx" or --dm option is used. +getopt +------ + It would be great if getopt could optionally ignore unknown options. + Currently, it outputs -- for every option it doesn't recognize but leaving the + option as it is could beneficial wrapper scripts which could then pass the + options they don't recognize as they are to the command they are wrapping. + https://github.com/karelzak/util-linux/issues/701 + docs ----