1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 03:27:30 +01:00
nushell/crates/nu-command/src/conversions
Douglas 6f47990a63
Add search terms to into value ()
# Description

From [Discord
today](https://discord.com/channels/601130461678272522/729071784321876040/1286904159047778316),
`into value` isn't classified with `conversions` like the other `into
...` subcommands. I think this is correct, since it's a `table->table`
operation, so it's a filter that has the side effect of (potentially)
converting (via inference) cell values.

But we should at least have some search terms that help here, so this PR
adds *"conversion"* and *"convert"* to the command.

# User-Facing Changes

`help -f conversion` will return `into value`

# Tests + Formatting

- 🟢 `toolkit fmt`
- 🟢 `toolkit clippy`
- 🟢 `toolkit test`
- 🟢 `toolkit test stdlib`

# After Submitting

N/A
2024-09-23 07:55:58 -05:00
..
into Add search terms to into value () 2024-09-23 07:55:58 -05:00
fill.rs Change the usage misnomer to "description" () 2024-08-22 12:02:08 +02:00
mod.rs Add split cell-path () 2024-08-28 23:01:26 +02:00
split_cell_path.rs Add split cell-path () 2024-08-28 23:01:26 +02:00