Skip to content
Snippets Groups Projects
Commit e24fc1dd authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

cli: use `click.echo` instead of `print`

According to the click docs:
```
Compared to print(), this does the following:
	- Ensures that the output encoding is not misconfigured on Linux.
    - Supports Unicode in the Windows console.
    - Supports writing to binary outputs, and supports writing bytes
	  to text outputs.
    - Supports colors and styles on Windows.
    - Removes ANSI color and style codes if the output does not look
	  like an interactive terminal.
    - Always flushes the output.
```
parent dbeea6c3
No related branches found
No related tags found
1 merge request!23Use click for argument parsing, etc.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment