Files
zed/crates/cli/README.md
Lukas Wirth ca1f843a0b remote: Support line and column numbers for remote paths (#40410)
Closes #40297
Closes https://github.com/zed-industries/zed/issues/40367

Release Notes:

- Improved line and column number handling for paths in remotes

---------

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2025-10-17 10:50:22 +00:00

16 lines
268 B
Markdown

# Cli
## Testing
You can test your changes to the `cli` crate by first building the main zed binary:
```
cargo build -p zed
```
And then building and running the `cli` crate with the following parameters:
```
cargo run -p cli -- --zed ./target/debug/zed.exe
```