The current CLI implementation likely uses argparse or click. Locate the main command entry point (e.g., in a file like grank.py or cli.py). Add a debug flag that sets a global debug variable. Then, in output functions, wrap debug messages with a check on that variable. Since the issue is from 2018, consider reaching out to maintainers to confirm if this feature is still desired.