v1.13.0 - Added shutdown and reboot commands.

This commit is contained in:
TheWahlolly
2025-07-02 11:48:51 +03:00
parent eb155c4ace
commit f3d10bc82a
8 changed files with 23 additions and 5 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
All default Halyde shell commands:
argentum Uses the Argentum package manager.
cat Concatenates and prints a file.
cd Changes directory.
clear Clears the screen.
cp Copies a file.
echo Prints a message.
edit Opens the text editor.
fetch Displays system information.
help Shows this.
ls Lists files.
@@ -11,9 +13,9 @@ All default Halyde shell commands:
lua Starts the Lua shell.
mkdir Makes a directory.
mv Moves/renames a file.
reboot Reboots the computer.
rm Deletes a file.
edit Opens the text editor.
argentum Uses the Argentum package manager.
shutdown Shuts down the computer.
You can get additional information on any app or command by running:
help [COMMAND]
+5
View File
@@ -0,0 +1,5 @@
Usage: reboot
Reboots the computer.
Examples:
reboot Reboots the computer.
+5
View File
@@ -0,0 +1,5 @@
Usage: shutdown
Shuts down the computer.
Examples:
shutdown Shuts down the computer.