- execute() can now optionally accept a list of arguments, e.g. coming from sys.argv
- execute() now uses the [shlex](https://docs.python.org/3/library/shlex.html) library to split a command line into tokens.
- Found and fixed numerous small bugs after getting test coverage to 100%
- Updated documentation
The installable package can be found on [pypi](https://pypi.org/project/ArgParseDecorator/) to be installed via `pip install argparseDecorator`