mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 00:54:56 +02:00
@ -169,6 +169,9 @@ pub enum ShellError {
|
||||
NoFileToBeMoved(),
|
||||
#[error("No file to be copied")]
|
||||
NoFileToBeCopied(),
|
||||
|
||||
#[error("Plugin error")]
|
||||
PluginError(String),
|
||||
}
|
||||
|
||||
impl From<std::io::Error> for ShellError {
|
||||
|
Reference in New Issue
Block a user