mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 08:53:09 +03:00
Update binary name for extension CLI (#9541)
This PR updates the binary name used by the extension CLI from `extension_cli` to `zed-extension`. Release Notes: - N/A
This commit is contained in:
parent
d6b7f14b51
commit
8d515a620f
@ -8,6 +8,10 @@ license = "GPL-3.0-or-later"
|
|||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "zed-extension"
|
||||||
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
clap = { workspace = true, features = ["derive"] }
|
clap = { workspace = true, features = ["derive"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user