nushell/crates/nu-command/src/path
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
..
basename.rs Add long options for path (#10775) 2023-10-19 22:07:01 +02:00
dirname.rs Add long options for path (#10775) 2023-10-19 22:07:01 +02:00
exists.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
expand.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
join.rs Convert ShellError::UnsupportedInput to named fields (#10971) 2023-11-07 23:25:32 +01:00
mod.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
parse.rs Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
path_.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
relative_to.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
split.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
type.rs Allow parse-time evaluation of calls, pipelines and subexpressions (#9499) 2023-08-26 16:41:29 +03:00