mirror of
https://github.com/spf13/cobra
synced 2024-12-28 23:37:09 +00:00
changed from being markdown, as I don't think the docs here are markdown
This commit is contained in:
parent
18d7a29987
commit
2f80e0879f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue