Improved error reporting and fully implemented the shopt command

This commit is contained in:
2025-03-26 23:41:19 -04:00
parent 0be4de0ffe
commit b0cef5e06b
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