nushell/crates/nu-command/src/bytes
Eric Hodel 7a3cbf43e8
Convert ShellError::UnsupportedInput to named fields (#10971)
# Description

This is easy to do with rust-analyzer, but I didn't want to just pump
these all out without feedback.

Part of #10700

# User-Facing Changes

None

# Tests + Formatting

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

# After Submitting

N/A

---------

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
2023-11-07 23:25:32 +01:00
..
add.rs Add long options for bits and bytes (#10601) 2023-10-05 18:45:28 +02:00
at.rs Convert ShellError::UnsupportedInput to named fields (#10971) 2023-11-07 23:25:32 +01:00
build_.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
bytes_.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
collect.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
ends_with.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
index_of.rs Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
length.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs move 'bytes' back to commands (#10051) 2023-08-19 22:43:53 +02:00
remove.rs Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
replace.rs Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
reverse.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
starts_with.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00