forked from extern/nushell
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"
|
||||
|
@ -9,7 +9,6 @@ use std::path::Path;
|
||||
#[derive(Clone)]
|
||||
pub struct Save;
|
||||
|
||||
//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 Save {
|
||||
fn name(&self) -> &str {
|
||||
"save"
|
||||
|
Reference in New Issue
Block a user