From b4601f620ca5e6cc8ac359dcc9e29ebca18237da Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 4 Oct 2018 12:54:05 +0200 Subject: [PATCH] docs: add getopt to TODO Addresses: https://github.com/karelzak/util-linux/issues/701 Signed-off-by: Karel Zak --- Documentation/TODO | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ---- -- 2.47.2