Skip to content

Commit

Permalink
Document query is a plugin. (#1446)
Browse files Browse the repository at this point in the history
* Document query is a plugin.

Fix #1441.

* Fixing typo
  • Loading branch information
apraga committed Jun 15, 2024
1 parent e8b968d commit 230767a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make_docs.nu
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ $"($example.description)

let plugins = if $command.name in ['from ini', 'from ics', 'from eml', 'from vcf'] {
$"::: warning(char nl)Command `($command.name)` resides in [plugin]\(/book/plugins.html) [`nu_plugin_formats`]\(https://crates.io/crates/nu_plugin_formats). To use this command, you must install/compile and register nu_plugin_formats(char nl):::(char nl)(char nl)"
} else if $command.name in ['query', 'query xml', 'query json', 'query web'] {
$"::: warning(char nl)Command `($command.name)` resides in [plugin]\(/book/plugins.html) [`nu_plugin_query`]\(https://crates.io/crates/nu_plugin_query). To use this command, you must install/compile and register nu_plugin_query(char nl):::(char nl)(char nl)"
} else { '' }

let doc = (
Expand Down

0 comments on commit 230767a

Please sign in to comment.