For my own use, I am considering adding a global variable named VERBOSITY (or similar) to
KindleUnpack and putting some or most
print statements in
blocks and adding -q and -v options. Each -q would decrement VERBOSITY and each -v would increment it. (Various blocks might use values other than 0.)
I think this would be generally useful and am curious what others think about this.
Should I open an issue on github with a similar message to discuss this?