Add a small script to make debugging the CLI easier (#32971)
Release Notes: - N/A
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cargo build; cargo run -p cli -- --foreground --zed=target/debug/zed "$@"
|
||||
Reference in New Issue
Block a user