1# Cli
 2
 3## Testing
 4
 5You can test your changes to the `cli` crate by first building the main zed binary:
 6
 7```
 8cargo build -p zed
 9```
10
11And then building and running the `cli` crate with the following parameters:
12
13```
14 cargo run -p cli -- --zed ./target/debug/zed.exe
15```