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
Showing
- python-libs/poulpe/bin/bin-env-util 1 addition, 1 deletionpython-libs/poulpe/bin/bin-env-util
- python-libs/poulpe/bin/diff-result 4 additions, 2 deletionspython-libs/poulpe/bin/diff-result
- python-libs/poulpe/bin/env-desc 1 addition, 1 deletionpython-libs/poulpe/bin/env-desc
- python-libs/poulpe/bin/result-compare 2 additions, 2 deletionspython-libs/poulpe/bin/result-compare
- python-libs/poulpe/bin/result-search 5 additions, 6 deletionspython-libs/poulpe/bin/result-search
Loading
Please register or sign in to comment