* Add CLI script to setup.py, so 'duckargs' can be called directly (i.e. 'duckargs' instead of 'python -m duckargs')
* Populate ArgumentParser 'description' field in generated programs
* Recognize hex values and negative values as ints
* Fix bugs when positional arg is a float/int
* Add DUCKARGS_COMMENT and DUCKARGS_PRINT environment variables
**Full Changelog**: https://github.com/eriknyquist/duckargs/compare/v1.2.0...v1.3.0