v0.10.1 - Added a help file for edit.

This commit is contained in:
TheWahlolly
2025-05-04 17:26:06 +03:00
parent 673a0b4a75
commit 521d52a26e
3 changed files with 10 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
Usage: edit [PATH]
Opens a file with the text editor, or a new blank file if not specified.
PATH* Specifies the file to be opened.
Examples:
edit Opens a new blank file in the text editor.
edit /LICENSE Opens /LICENSE in the text editor.