latest pushes

This commit is contained in:
2024-10-04 21:12:19 -04:00
parent 159fd823a7
commit a4dfa81ed4
6 changed files with 265 additions and 129 deletions

View File

@@ -23,6 +23,8 @@ use crate::executor_processes::executor::Executor;
fn main() {
let args: Vec<String> = std::env::args().collect();
println!("Arguments: {:?}", args);
let mut executor = Executor::new();
if let Err(e) = executor.run(args) {
eprintln!("Application error: {}", e);