Added nushell to the Use: line

This commit is contained in:
Jack Wright 2022-11-27 13:55:50 -08:00
parent 2f276e3014
commit 1324e0c316

View File

@ -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: