mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-18 20:53:40 +08:00
Update zed
completions (#10907)
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Add uninstall option.
This commit is contained in:
parent
0275c5e803
commit
67fa71a94d
|
@ -5,4 +5,5 @@ complete -c zed -s v -l version -d "Print Zed's version and the app path"
|
|||
complete -c zed -l foreground -d "Run zed in the foreground (useful for debugging)"
|
||||
complete -c zed -l zed -d "Custom path to Zed.app or the zed binary" -r
|
||||
complete -c zed -l dev-server-token -d "Run zed in dev-server mode" -r
|
||||
complete -c zed -l uninstall -d "Uninstall Zed from user system"
|
||||
complete -c zed -s h -l help -d "Print help (see a summary with '-h')"
|
||||
|
|
Loading…
Reference in New Issue
Block a user