mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +00:00
Added nushell to the Use: line
This commit is contained in:
parent
0e4db1bd14
commit
1c908e13f5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue