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 19:24:16 +00:00
committed by GitHub
parent ccb4644365
commit 72a3292f8d
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
cargo build; cargo run -p cli -- --foreground --zed=target/debug/zed "$@"