mirror of
https://github.com/nushell/nushell.git
synced 2025-08-24 19:46:27 +02:00
Some variants of `ShellError` have `Option<Span>` that really don't need to. This PR removes the `Option` for `ConfigDirNotFound` and `DisabledOsSupport`. Also removes `ShellError::InterruptedByUser`, which had exactly one usage, in favor of the more widely used `ShellError::Interrupted` Rel: #13005 ## Release notes summary - What our users need to know N/A