I have found these related issues/pull requests
Couldn't find anything related.
Description
I have a white background in my terminal, and the choice of "white" in https://github.com/launchbadge/sqlx/blob/e8384f2a00173c2b120eea72e99d120557fced8b/sqlx-cli/src/opt.rs#L19 causes sqlx --help to be invisible.
I'm aware I can set NO_COLOR=1 to turn the help styles off, but it would be nice to be able to use help out of the box.
Reproduction steps
Type sqlx --help in a white terminal.
SQLx version
0.8.6
Enabled SQLx features
n/a
Database server and version
n/a
Operating system
Linux
Rust version
n/a
I have found these related issues/pull requests
Couldn't find anything related.
Description
I have a white background in my terminal, and the choice of "white" in https://github.com/launchbadge/sqlx/blob/e8384f2a00173c2b120eea72e99d120557fced8b/sqlx-cli/src/opt.rs#L19 causes
sqlx --helpto be invisible.I'm aware I can set
NO_COLOR=1to turn the help styles off, but it would be nice to be able to use help out of the box.Reproduction steps
Type
sqlx --helpin a white terminal.SQLx version
0.8.6
Enabled SQLx features
n/a
Database server and version
n/a
Operating system
Linux
Rust version
n/a