From 107986cb5e784bf7615f444f9ca2939e27192adc Mon Sep 17 00:00:00 2001 From: Jack Wright <56345+ayax79@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:31:48 -0800 Subject: [PATCH] Update completions.go Co-authored-by: Marc Khouzam --- completions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions.go b/completions.go index d9b7c3e1..c1154abb 100644 --- a/completions.go +++ b/completions.go @@ -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: