[ADD] builtin unset
This commit is contained in:
parent
7c92b7fe56
commit
5bece6093b
3 changed files with 25 additions and 11 deletions
10
dev/TODO
10
dev/TODO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue