From 230767abb49a35de5147d672925549b30fd2775d Mon Sep 17 00:00:00 2001 From: Alexis Praga <914687+apraga@users.noreply.github.com> Date: Sat, 15 Jun 2024 23:49:41 +0200 Subject: [PATCH] Document query is a plugin. (#1446) * Document query is a plugin. Fix #1441. * Fixing typo --- make_docs.nu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make_docs.nu b/make_docs.nu index 02283dddf8a..086170363d1 100644 --- a/make_docs.nu +++ b/make_docs.nu @@ -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 = (