Added nushell to the Use: line

This commit is contained in:
Jack Wright 2022-11-27 13:55:50 -08:00
parent 0e4db1bd14
commit 1c908e13f5

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: