[ADD] builtin unset

This commit is contained in:
mcolonna 2024-06-27 16:08:38 +02:00
parent 7c92b7fe56
commit 5bece6093b
3 changed files with 25 additions and 11 deletions

View file

@ -1,13 +1,13 @@
- finding commands
- built-in commands
- builtins:
- echo (with option -n)
- cd [path]
- pwd (with no options)
x echo (with option -n)
x cd [path]
x pwd (with no options)
- export (with no options)
- unset (with no options)
- env (with no options or arguments)
- exit (with no options)
x env (with no options or arguments)
x exit (with no options)
- fix
- the builtins should get all arguments and check if they're good