nushell/crates/nu-command/src/stor
David Randall 2bcf2389aa
Reference the correct command: insert -> delete (#14696)
# Description
The docs reference "insert into" for the "delete" command.

# User-Facing Changes
N/A

# Tests + Formatting
I don't know of any tests for docs.
<!--
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
N/A

---------

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2024-12-29 14:05:12 -06:00
..
create.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
delete.rs Reference the correct command: insert -> delete (#14696) 2024-12-29 14:05:12 -06:00
export.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
import.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
insert.rs feat: stor insert accepts lists (#14175) 2024-10-29 06:32:55 -05:00
mod.rs Simplify the feature gates for stor commands (#11416) 2023-12-24 13:31:46 +01:00
open.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
reset.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
stor_.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
update.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00