Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display warning messages in a certain color #112

Open
vicente23 opened this issue Jul 21, 2022 · 1 comment
Open

Display warning messages in a certain color #112

vicente23 opened this issue Jul 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@vicente23
Copy link

Warning messages are not differentiated from other logging messages. We could display them in red for example.

Example of a warning message:

the qgis executable was not found

@Guts Guts added the enhancement New feature or request label Nov 29, 2024
@Guts
Copy link
Collaborator

Guts commented Nov 29, 2024

We've multiple options to make it:

  1. switch to typer (which uses rich) to build the QDT CLI: better but it carries a lot of additional dependencies making the code more vulnerable.
  2. do it roughly in "pure" argparse code.

I'm for option 2.

What do you think @vicente23 @jmkerloch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants