mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Improve completions for serve
This commit is contained in:
parent
06cd4dc66f
commit
8440d9ba86
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@ complete -x -c serve -l version -s v -d "Displays the current version of serve"
|
||||||
complete -x -c serve -l listen -s l -d "Specify a URI endpoint on which to listen"
|
complete -x -c serve -l listen -s l -d "Specify a URI endpoint on which to listen"
|
||||||
complete -x -c serve -l debug -s d -d "Show debugging information"
|
complete -x -c serve -l debug -s d -d "Show debugging information"
|
||||||
complete -x -c serve -l single -s s -d "Rewrite all not-found requests to `index.html`"
|
complete -x -c serve -l single -s s -d "Rewrite all not-found requests to `index.html`"
|
||||||
|
complete -x -c serve -l config -s c -d "Specify custom path to `serve.json`"
|
||||||
|
complete -x -c serve -l no-clipboard -s n -d "Do not copy the local address to the clipboard"
|
||||||
|
|
Loading…
Reference in a new issue