diff options
author | Karel Zak | 2018-10-04 12:54:05 +0200 |
---|---|---|
committer | Karel Zak | 2018-10-04 12:54:05 +0200 |
commit | b4601f620ca5e6cc8ac359dcc9e29ebca18237da (patch) | |
tree | 434f197eef29b08df720d87c8b2a7488fb8adacf /Documentation | |
parent | sfdisk: be more verbose about PMBR on --activate (diff) | |
download | kernel-qcow2-util-linux-b4601f620ca5e6cc8ac359dcc9e29ebca18237da.tar.gz kernel-qcow2-util-linux-b4601f620ca5e6cc8ac359dcc9e29ebca18237da.tar.xz kernel-qcow2-util-linux-b4601f620ca5e6cc8ac359dcc9e29ebca18237da.zip |
docs: add getopt to TODO
Addresses: https://github.com/karelzak/util-linux/issues/701
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/TODO | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO index 62b32db72..86ee25af9 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 ---- |