mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:57:53 +02:00
Switch to rawkey reader. Add more binary reading
This commit is contained in:
@ -137,6 +137,13 @@ fn load_plugins(context: &mut Context) -> Result<(), ShellError> {
|
||||
|
||||
let _ = load_plugins_in_dir(&path, context);
|
||||
|
||||
// Also use our release output for now
|
||||
let mut path = std::path::PathBuf::from(".");
|
||||
path.push("target");
|
||||
path.push("release");
|
||||
|
||||
let _ = load_plugins_in_dir(&path, context);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user