r-optparse icon indicating copy to clipboard operation
r-optparse copied to clipboard

command-line optional argument parser

Results 6 r-optparse issues
Sort by recently updated
recently updated
newest added

many Unix commands allow the same option to be repeated on the command line. for example, the more instances of the debug flag `-d`, the more verbose the debugging output....

enhancement

If my understanding is correct there is no way to indicate that an argument is required and not specify a default value. I raised the question : http://stackoverflow.com/questions/35252547/can-i-specify-mandatory-arguments-with-optparse Am I...

enhancement

I think this information really belongs there, and not in `parse_args`. This would also provide an easy way to deprecate passing `FALSE` to `positional_arguments`.

enhancement
wontfix

Hello, I'm opening this issue here, but it might just as well be opened at the r-argparse-repo. New users might need guidance on when to use r-argparse or r-optparse. It...

documentation

* Only seems to affect MacOS x86 CRAN machine * This ERROR was gone for a while but seems to have returned * Web searching the "error 127" suggests the...

bug

In the python version some other actions are supported for options. https://docs.python.org/3/library/optparse.html#defining-options I'm thinking of the "append" and "count" options that are missing in this library but are often used...

enhancement