From 2f80e0879fa87eb2f62821d92d2961b3b09059b6 Mon Sep 17 00:00:00 2001 From: Jack Wright Date: Sat, 30 Nov 2024 15:01:06 -0800 Subject: [PATCH] changed from being markdown, as I don't think the docs here are markdown --- site/content/completions/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/completions/_index.md b/site/content/completions/_index.md index 13cd3fb..5573fd8 100644 --- a/site/content/completions/_index.md +++ b/site/content/completions/_index.md @@ -83,7 +83,7 @@ Nushell: completer: $cobra_completer } -NOTE: This completer will work for all cobra based commands. More information can be found in the [External Completions](https://www.nushell.sh/book/custom_completions.html#custom-descriptions) section of the Nushell book. Information on setting up more than one external completer can be found in the [Multiple completer](https://www.nushell.sh/cookbook/external_completers.html#multiple-completer) section of the Nushell cookbook. +NOTE: This completer will work for all cobra based commands. More information can be found in the External Completions (https://www.nushell.sh/book/custom_completions.html#custom-descriptions) section of the Nushell book. Information on setting up more than one external completer can be found in the Multiple completer (https://www.nushell.sh/cookbook/external_completers.html#multiple-completer) section of the Nushell cookbook. `,cmd.Root().Name()), DisableFlagsInUseLine: true,