Skip to content

Commit

Permalink
Document query is a plugin.
Browse files Browse the repository at this point in the history
Fix #1441.
  • Loading branch information
apraga committed Jun 15, 2024
1 parent e8b968d commit e7a0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_docs.nu
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ $"($example.description)
$'::: warning(char nl)Dataframe commands were not shipped in the official binaries by default, you have to build it with `--features=dataframe` flag(char nl):::(char nl)(char nl)'
} else { '' }

let plugins = if $command.name in ['from ini', 'from ics', 'from eml', 'from vcf'] {
let plugins = if $command.name in ['from ini', 'from ics', 'from eml', 'from vcf', 'query', 'query xml', 'query json', 'query web'] {
$"::: 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 { '' }

Expand Down

0 comments on commit e7a0f6d

Please sign in to comment.