mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
parent
b347b44d9e
commit
3b1806a904
1 changed files with 7 additions and 0 deletions
7
share/completions/serve.fish
Normal file
7
share/completions/serve.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
# See: https://github.com/zeit/serve
|
||||
|
||||
complete -x -c serve -l help -s h -d "Shows help message"
|
||||
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 debug -s d -d "Show debugging information"
|
||||
complete -x -c serve -l single -s s -d "Rewrite all not-found requests to `index.html`"
|
Loading…
Reference in a new issue