the monkey sings and dances for the audience

unstable
penguin 4 years ago
parent ed3dec6a7e
commit 1d917f0965

@ -69,7 +69,7 @@ impl Igloo
{
cwd: std::env::current_dir().unwrap(),
hd: std::env::home_dir().unwrap(),
esfd: match std::env::var("IGLOO_DIR")
esfd: match std::env::var("ESF_DIR")
{
Ok(v) =>
{
@ -78,7 +78,7 @@ impl Igloo
Err(e) =>
{
// Note: Need to change New to return errors instead of exiting early
println!("Error: $IGLOO_DIR not defined as an environment variable -- {:?}", e);
println!("Error: $ESF_DIR not defined as an environment variable -- {:?}", e);
std::process::exit(1);
}
}
@ -275,8 +275,6 @@ impl Igloo
{
Err(res_err)
}
}
}

@ -0,0 +1,8 @@
// New Project
// --- Verify location
// --- Populate base folders
// --- create .igloo/<PrjName>.toml
// --- Create default target in ./igloo<PrjName>.toml
// --- Read Default Targets manifest toml
// --- generate projects core manifest toml
// --- Spawn user manifest config

@ -4,3 +4,40 @@ make
load
monitor reset
q
q
r
q
break main
r
q
r
break main
r
s
s
q
q
break main
r
q
r
break main
r
r
q
q
q
q
q
q
load
q
load
monitor reset
break main
r
q
q
break main
r
q

Loading…
Cancel
Save