From 67fa71a94d0f09e87b0cdbcec3ce82211fd214b3 Mon Sep 17 00:00:00 2001 From: Klaus Hipp Date: Tue, 17 Dec 2024 02:42:57 +0100 Subject: [PATCH] Update `zed` completions (#10907) Add uninstall option. --- share/completions/zed.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/zed.fish b/share/completions/zed.fish index 27609e831..e2dcafd08 100644 --- a/share/completions/zed.fish +++ b/share/completions/zed.fish @@ -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')"