Add a small script to make debugging the CLI easier (#32971)
Release Notes: - N/A
This commit is contained in:
parent
ccb4644365
commit
72a3292f8d
1 changed files with 3 additions and 0 deletions
3
script/debug-cli
Executable file
3
script/debug-cli
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cargo build; cargo run -p cli -- --foreground --zed=target/debug/zed "$@"
|
Loading…
Add table
Add a link
Reference in a new issue