nushell/crates/nu_plugin_query/src
Darren Schroeder 1616acd124
update query json help and examples (#15190)
# Description

This PR adds extra_description stating what syntax query json is with
links. It also adds some examples since query json was written before
examples existed for plugins.

# User-Facing Changes
<!-- List of all changes that impact the user experience here. This
helps us keep track of breaking changes. -->

# Tests + Formatting
<!--
Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used` to
check that you're using the standard code style
- `cargo test --workspace` to check that all tests pass (on Windows make
sure to [enable developer
mode](https://learn.microsoft.com/en-us/windows/apps/get-started/developer-mode-features-and-debugging))
- `cargo run -- -c "use toolkit.nu; toolkit test stdlib"` to run the
tests for the standard library

> **Note**
> from `nushell` you can also use the `toolkit` as follows
> ```bash
> use toolkit.nu # or use an `env_change` hook to activate it
automatically
> toolkit check pr
> ```
-->

# After Submitting
<!-- If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
-->
2025-02-26 09:15:14 -06:00
..
lib.rs feat: add query webpage-info to plugin_nu_query (#13252) 2024-06-29 16:13:31 -05:00
main.rs Add support for engine calls from plugins (#12029) 2024-03-09 11:26:30 -06:00
query_json.rs update query json help and examples (#15190) 2025-02-26 09:15:14 -06:00
query_web.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
query_webpage_info.rs bump the rust toolchain to 1.83.0 (#15148) 2025-02-20 16:34:09 -06:00
query_xml.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
query.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
web_tables.rs Include empty table data cells in query web tables (#13538) 2024-08-05 06:20:14 -05:00