> Is it possible with argparse to have this syntax for a script?
> my-script (-a -b VALUE-B | -c -d VALUE-D)
> 
> I would like to do this with the argparse module.
You can probably do something similar using sub commands 
(http://docs.python.org/2/library/argparse.html#sub-commands).
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to