mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +00:00
Update completions.go
Co-authored-by: Marc Khouzam <marc.khouzam@gmail.com>
This commit is contained in:
parent
49d58810e6
commit
107986cb5e
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ To configure the Nushell cobra external completer for the first time:
|
|||
# 4. Change the config block's external_completer line to be external_completer: $cobra_completer
|
||||
# 5. You will need to start a new shel for this setup to take effect.
|
||||
|
||||
If you have already setup the cobra external completer:
|
||||
If you have already setup the cobra external completer for other Cobra-based applications:
|
||||
# 1. Edit the nushell config file:
|
||||
> config nu
|
||||
# 2. Modify the cobra_apps variable to contain this new application:
|
||||
|
|
Loading…
Reference in a new issue