Tag: cli
-
What is the best way to handle command line arguments in Python?
The best way to handle command line arguments with Python is
[defopt](http://evanunderscore/defopt: Effortless argument parser)
. It works like magic. You write a function, add a proper docstring using any standard format (I use [numpy doc]), and see the magic