From fc860dfebbd4d49f89ade0887c6dbdcb4983e4f3 Mon Sep 17 00:00:00 2001 From: Maik Holme Date: Tue, 2 Apr 2024 13:49:57 +0000 Subject: [PATCH] Update man for FISH - Shell completions --- man/go-sendxmpp.1.ronn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/go-sendxmpp.1.ronn b/man/go-sendxmpp.1.ronn index 9045885..116c603 100644 --- a/man/go-sendxmpp.1.ronn +++ b/man/go-sendxmpp.1.ronn @@ -173,6 +173,14 @@ Just place the following in your `~/.zshrc` or `~/.zshrc.local`: compdef _gnu_generic go-sendxmpp ``` +### FISH + +There are no shell completions yet, but FISH can generate them from the man page with following command: + +``` +fish_update_completions +``` + ## CHAT Feel free to join [https://join.jabber.network/#go-sendxmpp@chat.mdosch.de?join](https://join.jabber.network/#go-sendxmpp@chat.mdosch.de?join).