change: remove cli --validate

This commit is contained in:
debugtalk
2020-03-10 19:20:09 +08:00
parent 9ffc2786f8
commit f57b50423c
3 changed files with 3 additions and 52 deletions

View File

@@ -8,11 +8,12 @@
**Changed**
- replace logging with [loguru](https://github.com/Delgan/loguru)
- remove support for Python 2.7
- replace logging with [loguru](https://github.com/Delgan/loguru)
- replace string format with f-string
- remove dependency colorama and colorlog
- generate reports/logs folder in current working directory
- remove cli `--validate`
## 2.5.7 (2020-02-21)