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

Add uninstall option.
This commit is contained in:
Klaus Hipp 2024-12-17 02:42:57 +01:00 committed by GitHub
parent 0275c5e803
commit 67fa71a94d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')"