v0.10.1 - Added a help file for edit.
This commit is contained in:
@@ -10,6 +10,7 @@ All current Halyde shell commands:
|
||||
lua Starts the Lua shell.
|
||||
mv Moves/renames a file.
|
||||
rm Deletes a file.
|
||||
edit Opens the text editor.
|
||||
|
||||
You can get additional information on any app or command by running:
|
||||
help [COMMAND]
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user