skyl / corpora

Corpora is a self-building corpus that can help build other arbitrary corpora
GNU Affero General Public License v3.0
2 stars 0 forks source link

Implement Verbose/Debug Mode in CLI #27

Open skyl opened 1 week ago

skyl commented 1 week ago

We need to add a --verbose flag (e.g., -v, -vv) to the CLI to control the verbosity of console output. The goal is to allow different levels of verbosity in our Typer commands without scattering if statements throughout the code.

Key Points:

Consider designing a mechanism that respects verbosity settings and enhances debugging efficiency in an interactive way, keeping code clean and maintainable. The exact implementation is up to the contributor to design.