mirror of https://github.com/spf13/cobra.git
fixed bad grammar mistake
This commit is contained in:
parent
e0ac28fad8
commit
14e642ede9
|
@ -850,7 +850,7 @@ to your powershell profile.
|
|||
To configure the Nushell cobra external completer for the first time:
|
||||
# 1. Edit the nushell config file:
|
||||
> config nu
|
||||
# 2. Copy the completer to at the end of the file.
|
||||
# 2. Copy the completer to the end of the file.
|
||||
# 3. Add a section like the following below at the end of the file:
|
||||
$env.config.completions.external = {
|
||||
enable: true
|
||||
|
|
|
@ -75,7 +75,7 @@ Nushell:
|
|||
# To configure the Nushell cobra external completer for the first time:
|
||||
# 1. Edit the nushell config file:
|
||||
> config nu
|
||||
# 2. Copy the completer to at the end of the file.
|
||||
# 2. Copy the completer to the end of the file.
|
||||
# 3. Add a section like the following below at the end of the file:
|
||||
$env.config.completions.external = {
|
||||
enable: true
|
||||
|
|
Loading…
Reference in New Issue