-
An improvement could be to have the possibility to send the `cli.log-format`/`cli.color` as command parameters, and if they are not set then use `-Dcli.log-format=fancy -Dcli.color=true`. Currently th…
-
- [x] Instead of ```Verification URL Complete: https://app.dev.hossted.com/login/device?user_code=VCNKFBBW``` change to
``` Please visit the above verfication url to complete sign in and paste in th…
-
In the short-term, replace with `picocolors`, `kleur`, etc.
Maybe starting in April 2025 when Node 18 is EOL consider replacing with `styleText`
-
I have a struggle with color, I can get a color of any image to set background.
-
Please support the [`FORCE_COLOR`](https://force-color.org/) and [`NO_COLOR`](https://no-color.org/) environment variables as alternative to the`--color` CLI switch.
The start-up behaviour then wou…
-
Depends on a new version of `picocolors` being published with bright variants. The code has been committed, but latest [picocolors](https://www.npmjs.com/package/picocolors) but not yet released as of…
-
Steps to reproduce:
```sh
deno install --log-level trace npm:zustand
```
Ansi color displays correctly in terminal.
But with this:
```
deno install --log-level trace npm:zustand &> log
```…
-
Add colors to output to improve what's being shown on the terminal. For this, we can color the square-bracketed prefix that we print currently. For example, this:
```
[my action] docker pull foo
…
-
CLI usually use color to output different log more visually, e.g. red for error.
Choosing a crate which provides this would be a good inclusion to https://github.com/rust-cli/book/blob/master/src/i…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code of…