Added help and exit

This commit is contained in:
2026-04-27 12:15:58 -04:00
parent 47a6796e1c
commit 7b2bb509ec
13 changed files with 103 additions and 23 deletions

View File

@@ -1,15 +1,28 @@
dir: list_files
ls: list_files
list_files: list_files
hi: say_greeting
hello: say_greeting
greeting: say_greeting
greetings: say_greeting
say_greeting: say_greeting
say_greetings: say_greeting
mk: make_file
New-Item: make_file
make_file: make_file
touch: touch_file
touch_file: touch_file
rm: remove
remove: remove
remove: remove
help: help
guide: help
man: help
exit: exit
poweroff: exit
shutdown: exit