From 8440d9ba860c5b5b24c395db251ca654ba7338a4 Mon Sep 17 00:00:00 2001 From: Twinkle Date: Tue, 24 Jul 2018 11:27:17 +0800 Subject: [PATCH] Improve completions for serve --- share/completions/serve.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/completions/serve.fish b/share/completions/serve.fish index 7917289a7..ccaff4de9 100644 --- a/share/completions/serve.fish +++ b/share/completions/serve.fish @@ -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 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 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"