trevorld / r-argparse

command-line optional and positional argument parser
GNU General Public License v2.0
103 stars 11 forks source link

print help, print usage, return code and stderr redirection #8

Closed Gullumluvl closed 9 years ago

Gullumluvl commented 9 years ago

Hi,

regarding the default print_help action and print_usage (when an command-line error is encountered), the R package doesn't behave like the python argparse:

All minor stuff but surprising when trying to catch and redirect errors. Thanks !

trevorld commented 9 years ago

Good catches. I'll look into it in the next few weeks.

Thanks!