1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-17 09:48:19 +02:00
nushell/crates/nu_plugin_formats/src
Eric Hodel 7a3cbf43e8
Convert ShellError::UnsupportedInput to named fields ()
# Description

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

Part of 

# 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
..
from Convert ShellError::UnsupportedInput to named fields () 2023-11-07 23:25:32 +01:00
lib.rs add usage for plugin commands () 2023-02-20 15:03:17 +00:00
main.rs Move some from xxx commands to plugin () 2023-02-13 12:42:08 +00:00