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

@@ -1,6 +1,6 @@
use std::sync::Arc;
pub use super::*;
use super::*;
use crate::libsh::error::{
Note, ShErr, ShErrKind
};