ya_getopt
ya_getopt copied to clipboard
GNU getopt and getopt_long for Windows and Unix-like OSes
Results
1
ya_getopt issues
Sort by
recently updated
recently updated
newest added
For GNU compatibility, ya_getopt may want to permute non-option arguments to after "--", e.g. ``` $ ./test1.ya foo bar -- -x -y foo bar -- -x -y ``` vs. ```...