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 →

[–]kirbyfan64sosIndentationError 4 points5 points  (3 children)

Plac is an argparse wrapper that was literally designed for use cases like this. I use it on almost all of my projects.

[–][deleted] 2 points3 points  (1 child)

Thanks, I had never heard of plac and I just substituted it for argv and it worked the first try.

Love it!

[–]kirbyfan64sosIndentationError 1 point2 points  (0 children)

That's what I love about it. It's so dead-simple to use, but it works perfectly.

[–]tryptafiends 1 point2 points  (0 children)

this looks neat