zed/crates/cli
Michael Sloan e9bd4b2890
Have Zed cli output logs path to stderr (#22509)
When switching from just running the editor directly to using the CLI I
missed the logs in the terminal and started using `--foreground`. I
realized this was because there was a tiny amount of effort involved in
finding out where logs were being written to. Having the cli output it
to stderr helps make this more visible.

Seems like such a minor thing not listing in release notes.

Release Notes:

- N/A
2024-12-30 21:14:08 +00:00
..
src Have Zed cli output logs path to stderr (#22509) 2024-12-30 21:14:08 +00:00
build.rs Add an uninstall script (#21213) 2024-11-28 10:31:12 +02:00
Cargo.toml chore: Remove explicit usages of once_cell in favor of std (#22407) 2024-12-25 00:33:26 +00:00
LICENSE-GPL