mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
d4fa014534
# Description `query xml` used to return results from an XPath query in a random, non-deterministic order. With this change, results get returned in the order they appear in the document. # User-Facing Changes `query xml` will now return results in a non-random order. # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` # After Submitting |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Query plugin for Nushell
Note: this requires Nushell 0.60 or later
To install:
> cargo install --path .
To register (from inside Nushell):
> register <path to installed plugin>