Add support for load-env (#752)

This commit is contained in:
JT
2022-01-15 18:50:11 -05:00
committed by GitHub
parent 75db4a75bc
commit b78924c777
8 changed files with 136 additions and 5 deletions

View File

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