In git-cliff, there's an existing manual verbosity flag which I was looking at replacing with this crate. But there's an alias (--debug) on the verbosity flag. I wonder whether there's some way to implement an alias like this through to the underlying verbose and quiet args.
This is in a "nice to have" bucket rather than a "must have" bucket for me.