mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Pass arguments to cargo run in script/server
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
1537500fcb
commit
9a6c4a1718
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
set -e
|
||||
|
||||
cd server
|
||||
cargo run
|
||||
cargo run $@
|
||||
|
|
Loading…
Reference in a new issue