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: