mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-01 03:02:31 +00:00
docs: remove redundant settings in Contributing guide (#1326)
Have removed some redundant settings in the CONTRIBUTING.md since starship should be the only application using the `STARSHIP_LOG` env var.
This commit is contained in:
parent
feac3d56ce
commit
4788092423
@ -32,10 +32,10 @@ For example, to enable the trace logs, run the following:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Run installed starship
|
# Run installed starship
|
||||||
STARSHIP_LOG=starship=trace starship
|
STARSHIP_LOG=trace starship
|
||||||
|
|
||||||
# Run with cargo
|
# Run with cargo
|
||||||
STARSHIP_LOG=starship=trace cargo run
|
STARSHIP_LOG=trace cargo run
|
||||||
```
|
```
|
||||||
|
|
||||||
## Linting
|
## Linting
|
||||||
|
Loading…
Reference in New Issue
Block a user