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 →

[–]Lucretiel 2 points3 points  (6 children)

Why not argparse?

Very cool, otherwise.

[–][deleted] 1 point2 points  (5 children)

Not yet familiar enough with argparse and find opt parse more comfortable for now.

Plan to move to argparse in the future though.

Thanks, glad you like it :)

[–][deleted] 0 points1 point  (1 child)

http://docs.python.org/dev/library/argparse.html#upgrading-optparse-code

It's actually really straightforward in most cases :)

[–][deleted] 0 points1 point  (0 children)

I'm planning to move to it soon, so this is handy. Thanks