Update completions.go

Co-authored-by: Marc Khouzam <marc.khouzam@gmail.com>
This commit is contained in:
Jack Wright 2022-12-23 20:31:38 -08:00 committed by GitHub
parent 6e3abc68be
commit 49d58810e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -821,7 +821,7 @@ To configure the Nushell cobra external completer for the first time:
If you have already setup the cobra external completer:
# 1. Edit the nushell config file:
> config nu
# 2. Modify the cobra_apps varible to contain this application:
# 2. Modify the cobra_apps variable to contain this new application:
> let cobra_apps = [ "othercobraapp", "%[1]s" ]
# 3. You will need to start a new shell for this setup to take effect.
`, c.Root().Name()),