diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:59 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:59 +0100 |
commit | 4b6d7e11c893c7c201ef0a5a43609a12a5235187 (patch) | |
tree | 42a3aaef992613eab55c5154ca7d207a4f70ef99 /doc/option_parsing.rst | |
parent | 5acefbd715c8720abc5d8ccd5349e1d9589739df (diff) | |
parent | 3aa2b0a6657b0ebd1618ee684f8ae31cd8bf127b (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'doc/option_parsing.rst')
-rw-r--r-- | doc/option_parsing.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/option_parsing.rst b/doc/option_parsing.rst index 2dced82..fa928e0 100644 --- a/doc/option_parsing.rst +++ b/doc/option_parsing.rst @@ -12,7 +12,8 @@ Characteristics: * recognition of the double dash as option list terminator * offers POSIX strictness where the option list terminates at the first non-option argument -* option passthrough +* option passthrough (conceptuall only works for options taking no argument, + or when the argument is joined to a long option with a '=') * the parse function is one-shot; there is no context object (like popt), no global state (like getopt) and no ``while`` loop (either of the two others) * exclusively uses an option table |