Implemented functions and aliases

This commit is contained in:
2025-03-02 22:49:36 -05:00
parent a9a9642a2a
commit 5dd9ee96ad
20 changed files with 424 additions and 95 deletions

View File

@@ -86,6 +86,7 @@ pub use crate::{
Redir,
RedirType,
RedirBldr,
StrOps,
RedirTarget,
CmdRedirs,
borrow_fd,
@@ -112,12 +113,17 @@ pub use crate::{
cd::cd,
pwd::pwd,
read::read_builtin,
alias::alias,
jobctl::{
continue_job,
jobs
},
BUILTINS
},
expand::{
expand_argv,
alias::expand_aliases
},
shellenv::{
self,
wait_fg,