mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 18:07:02 +02:00
Add support for load-env (#752)
This commit is contained in:
@ -13,7 +13,6 @@ use std::path::Path;
|
||||
#[derive(Clone)]
|
||||
pub struct Open;
|
||||
|
||||
//NOTE: this is not a real implementation :D. It's just a simple one to test with until we port the real one.
|
||||
impl Command for Open {
|
||||
fn name(&self) -> &str {
|
||||
"open"
|
||||
|
Reference in New Issue
Block a user