* Rework argument parsing to allow options after exec and run
* Add option for run and exec to download missing version
* Reword download to cover wider functionality
* Be consistent with inner spacing of arrays
* Add download test for run and exec
* engine and auto improvements
- move resolution code so ls-remote works
- write progress to stderr
- rework tests, as made up full semver no longer resolve
* Make engine and auto logging suppressable
* Extend --quiet help
* Improve --quiet help
* Scan for package.json after other files (as engine)
* Add engine to help, remove chakra from code.
* Rework auto tests with best practice BATS patterm. Simpler and ignores trace logging.
* Same-line local masking possible command error
* Oops, remove denugging
* Basic implementation of node support aliases
* Add documentation for node support aliases, drop all from first implementation
* Make wording more accurate
* Rename testing hook
* Modify markdown for keys
* Add node support alias for supported, add tests
* Add support for auto, reading version from .node-version
* Make version unique in tests
* Add support for auto doing a lookup for unresolved version
* Make auto description more consistent in style with other labels.
* First cut at --preserve (npm)
* Add documentation for --preserve
* Add --preserve test
* Extend help section to include --no-preserve
* Bump version
* Prepare CHANGELOG for release