Merge pull request #270 from elferherrera/plugins

Plugins for engine q
This commit is contained in:
JT
2021-11-02 19:07:45 +13:00
committed by GitHub
23 changed files with 6010 additions and 3 deletions

View File

@ -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 {