mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
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…
Reference in a new issue