From 61251ee0256809e5de71292635cb4e2eadeaf99b Mon Sep 17 00:00:00 2001 From: Kristoffer Bakkejord Date: Sun, 26 Jan 2025 14:51:14 +0100 Subject: [PATCH] docs: include command for fish completion help --- docs/guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide.md b/docs/guide.md index b213780..d548f6d 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -335,6 +335,7 @@ Restish has support for dynamic shell completion built-in. See the help for your $ restish completion bash --help $ restish completion zsh --help $ restish completion powershell --help +$ restish completion fish --help ``` If using Homebrew, you may need one additional step to [include the Homebrew completions path](https://docs.brew.sh/Shell-Completion) for your shell.