mirror of
https://github.com/nushell/nushell.git
synced 2025-07-16 14:25:17 +02:00
Using the `--locked` flag prevents installation failures when dependencies have broken updates. All references are replaced.
Incrementor 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>