On 03/23/2013 05:27 PM, Rob Day wrote:
I don't know about argparse, but if you use docopt (http://docopt.org/) then this is easy to do with something like:"""Usage: finder.py --file <myfile> --dir <mydir> finder.py --pattern <mypattern> --dir <mydir> finder.py --file <myfile> --pattern <mypattern> --dir <mydir> """
Thanks Rob, but I was looking for a solution in the stdlib -- Marco -- http://mail.python.org/mailman/listinfo/python-list