mirror of
https://github.com/nushell/nushell.git
synced 2025-05-12 22:14:26 +02:00
sub-issue of #10698 according to @sholderbach (Description largely edited, since the scope of the PR changed) # Description Context: `ShellError::OnlySupportsThisInputType` was a duplicate of `ShellError::PipelineMismatch` so I - replaced some occurences of PipelineMismatch by OnlySupportsThisInputType For another PR - replace the remaining occurences - removed OnlySupportsThisInputType from nu-protocol # User-Facing Changes The error message will be different -> but consistent # Tests + Formatting OK # After Submitting Nothing required |
||
---|---|---|
.. | ||
basename.rs | ||
dirname.rs | ||
exists.rs | ||
expand.rs | ||
join.rs | ||
mod.rs | ||
parse.rs | ||
path_.rs | ||
relative_to.rs | ||
self_.rs | ||
split.rs | ||
type.rs |