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