mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
parent
0275c5e803
commit
67fa71a94d
1 changed files with 1 additions and 0 deletions
|
@ -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 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 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 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')"
|
complete -c zed -s h -l help -d "Print help (see a summary with '-h')"
|
||||||
|
|
Loading…
Reference in a new issue