Add a small script to make debugging the CLI easier (#32971)

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki 2025-06-18 12:24:16 -07:00 committed by GitHub
parent ccb4644365
commit 72a3292f8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
script/debug-cli Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cargo build; cargo run -p cli -- --foreground --zed=target/debug/zed "$@"