Added datetime format config & the ability to stop the CLI mid-exec and generate the changelog (4)
- Added config for db and fic last_updated format - The CLI will read the datetime format from the `config.json` which gives the users the option to change the format from default to whatever they want. - `--config-init` & `--config-info` added.
- Added the ability to stop the CLI mid-exec and generate the changelog - Added a `KeyboardInterrupt` exception which ignores the exception then builds the changelog instead of quiting the CLI due to the exception. The aforementioned KeyboardInterrupt is `Ctrl+C`.
0.4.0
Changes
- Added `--changelog` command which can be used to get a detailed log about the download like dedup, errors, updates etc.
- Bugfix: Broken json export command
- Renamed `--log` command to `--debug-log`
0.3.4
Changes
- Bugfix: The order of the urls list was changing during dedup - Bumped `fichub_cli` dependency to v0.6.4 which has the code needed to do both the deduplication as well as the output.log check
0.3.3
Changes
- Bugfix: The CLI was logging the URL twice in the err.log when it failed to fetch the fic