Add 'verbose' option to commandline script.

Addresses #61, #48.
This commit is contained in:
Daniel Kraus
2022-03-13 12:14:32 +01:00
parent d992823cf4
commit 203f8c866f
3 changed files with 35 additions and 2 deletions

View File

@ -9,6 +9,10 @@ For changes prior to version 6.0.0, please see [`NEWS.old`](news.old).
## Unreleased
### New
- Added a `--verbose` (`-v`) option to the command line script.
### Fixed
- Ensure compatibility with the PageForms extension (#58)