Files
nushell/crates/nu_plugin_query
Allan 00bc3b054d Add --locked flag to Cargo install
Using the `--locked` flag prevents installation failures when dependencies have broken updates.

All references are replaced.
2024-11-18 09:28:05 -05:00
..
2024-11-18 09:28:05 -05:00

Query plugin for Nushell

Note: this requires Nushell 0.60 or later

To install:

> cargo install --path . --locked

To add the plugin (from inside Nushell):

> plugin add <path to installed plugin>