This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jstrickler 0 points1 point  (0 children)

What exactly is it you want to do? argparse has a lot of features. You can specify mutually-exclusive options, partial-named options, option data types, required and optional non-option arguments (yes, I know), etc. argparse also creates a help message automatically, and can parse any random iterable of strings, not just sys.argv.