From 1324e0c3160764624058582d7bf0a1995b055143 Mon Sep 17 00:00:00 2001 From: Jack Wright Date: Sun, 27 Nov 2022 13:55:50 -0800 Subject: [PATCH] Added nushell to the Use: line --- site/content/completions/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/completions/_index.md b/site/content/completions/_index.md index b8a56d4..dc4515a 100644 --- a/site/content/completions/_index.md +++ b/site/content/completions/_index.md @@ -29,7 +29,7 @@ and then modifying the generated `cmd/completion.go` file to look something like ```go var completionCmd = &cobra.Command{ - Use: "completion [bash|zsh|fish|powershell]", + Use: "completion [bash|zsh|fish|powershell|nushell]", Short: "Generate completion script", Long: fmt.Sprintf(`To load completions: