Implemented a new builtin and improved error handling

This commit is contained in:
2025-03-24 17:53:32 -04:00
parent 937bbbacdd
commit 70d114254d
14 changed files with 420 additions and 55 deletions

View File

@@ -11,8 +11,9 @@ pub mod shift;
pub mod jobctl;
pub mod alias;
pub mod flowctl;
pub mod zoltraak;
pub const BUILTINS: [&str;14] = [
pub const BUILTINS: [&str;15] = [
"echo",
"cd",
"export",
@@ -26,7 +27,8 @@ pub const BUILTINS: [&str;14] = [
"return",
"break",
"continue",
"exit"
"exit",
"zoltraak"
];
/// Sets up a builtin command