implemented most variable parameter expansion builtins

This commit is contained in:
2025-05-12 16:14:06 -04:00
parent 2666670939
commit bbb8162201
4 changed files with 198 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ glob = "0.3.2"
insta = "1.42.2"
nix = { version = "0.29.0", features = ["uio", "term", "user", "hostname", "fs", "default", "signal", "process", "event", "ioctl"] }
pretty_assertions = "1.4.1"
regex = "1.11.1"
rustyline = { version = "15.0.0", features = [ "derive" ] }
[[bin]]