Improved error reporting and fully implemented the shopt command

This commit is contained in:
2025-03-26 23:41:19 -04:00
parent 30cd3c0b73
commit 1854578d49
19 changed files with 776 additions and 111 deletions

View File

@@ -12,8 +12,9 @@ pub mod jobctl;
pub mod alias;
pub mod flowctl;
pub mod zoltraak;
pub mod shopt;
pub const BUILTINS: [&str;15] = [
pub const BUILTINS: [&str;16] = [
"echo",
"cd",
"export",
@@ -28,7 +29,8 @@ pub const BUILTINS: [&str;15] = [
"break",
"continue",
"exit",
"zoltraak"
"zoltraak",
"shopt"
];
/// Sets up a builtin command