From 1c908e13f56c863dfded15576fa647b5d7c8ef90 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 --- shell_completions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_completions.md b/shell_completions.md index 21fa22fb..6672578b 100644 --- a/shell_completions.md +++ b/shell_completions.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: