-
See discussion at https://discuss.python.org/t/getopt-and-optparse-vs-argparse/69618. Seems that all support this.
`argparse` has many issues, some are fundamental and cannot be easily worked aroun…
-
Hello,
I can't find out if dart-args has support of 'optional arguments of options'? (If not, it's a nice feature to have with args parser)
It's about funcionality like this (taken from getopt(3…
-
## arttu.h reported this on 2013-12-13T20:46:20Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=11737
### CC List
* andrei (@andralex)
* andrej.mitrovich (@AndrejMitrovic)
* blah38621…
-
`getopt` is a GNU-specific command, which is still missing from uutils.
-
Which should be used for maximum portability? What changes need to be made in the code to allow better portability?
-
**Is your feature request related to a problem? Please describe.**
When writing Bash scripts taking command line options, I use `getopt` to preprocess the command line, and a `while` loop and `case` …
-
our getopt() in libc shows it's ages. A lot error messages got changed in newer posix versions. Which means tests relying on the messages fail. One day we should use a later getopt()
-
**Motivation**
By introducing a transformer that works like the C `getopt()` function, rules authors can more easily match and handle [POSIX](https://www.gnu.org/software/libc/manual/html_node/Argu…
leogr updated
2 months ago
-
**Describe the bug**
The `getopt()` utility is able to restart option parsing when the caller sets `optind = 1` prior to making the function call.
This does not work today in Zephyr due to what ap…
-
## danny.milo (@daym) reported this on 2014-11-22T13:13:26Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=13764
### CC List
* hsteoh
* john.loughran.colvin
* rburners
### Descriptio…