Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed an issue with out directories and stats file params - new versions of Clap panic with invalid utf8 passed to value_of_os() - clap-rs/clap#3344 * Added comments to changes * Added tests for the command line parser - Split the parsing code into separate functions that can be tested - Moved the logger init out of the match functions so we can test the cli parsing - Added tests around the path checks. Found we weren't parsing the try -d the same and fixed it * Added additional tests for the cli parsing * Cleaned up the cli tests * Updated the cargo deny.toml - Unicode license is allowed under our current whitelist - Ignoring the time advisory since chrono should not be impacted. chronotope/chrono#602
- Loading branch information