mirror of
https://github.com/spf13/cobra.git
synced 2024-12-19 10:05:07 -07:00
Added nushell to the Use: line
This commit is contained in:
parent
2f276e3014
commit
1324e0c316
@ -29,7 +29,7 @@ and then modifying the generated `cmd/completion.go` file to look something like
|
|||||||
|
|
||||||
```go
|
```go
|
||||||
var completionCmd = &cobra.Command{
|
var completionCmd = &cobra.Command{
|
||||||
Use: "completion [bash|zsh|fish|powershell]",
|
Use: "completion [bash|zsh|fish|powershell|nushell]",
|
||||||
Short: "Generate completion script",
|
Short: "Generate completion script",
|
||||||
Long: fmt.Sprintf(`To load completions:
|
Long: fmt.Sprintf(`To load completions:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user