linux cli (#11585)
- [x] Build out cli on linux - [x] Add support for --dev-server-token sent by the CLI - [x] Package cli into the .tar.gz - [x] Link the cli to ~/.local/bin in install.sh Release Notes: - linux: Add cli support for managing zed
This commit is contained in:
parent
0c2d71f1ac
commit
4f9ba28a25
20 changed files with 605 additions and 432 deletions
|
@ -30,7 +30,6 @@ chrono.workspace = true
|
|||
clap.workspace = true
|
||||
cli.workspace = true
|
||||
client.workspace = true
|
||||
clock.workspace = true
|
||||
collab_ui.workspace = true
|
||||
collections.workspace = true
|
||||
command_palette.workspace = true
|
||||
|
@ -60,11 +59,12 @@ language.workspace = true
|
|||
language_selector.workspace = true
|
||||
language_tools.workspace = true
|
||||
languages.workspace = true
|
||||
libc.workspace = true
|
||||
log.workspace = true
|
||||
markdown_preview.workspace = true
|
||||
menu.workspace = true
|
||||
mimalloc = { version = "0.1", optional = true }
|
||||
nix = {workspace = true, features = ["pthread"] }
|
||||
nix = {workspace = true, features = ["pthread", "signal"] }
|
||||
node_runtime.workspace = true
|
||||
notifications.workspace = true
|
||||
outline.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue