1845bc1d10
* Removed type coercion. Options created by argparse are already coerced to the correct type. * Removed fallback default values. Options created by argparse already have a default value. * Used direct indexing. Options created by argparse are always set. This eliminates the need to use dict.get(). |
||
---|---|---|
.. | ||
commands | ||
__init__.py |