Added some breaks in the commands.
parent
b1238040e8
commit
bec6df8e85
24
Commands.md
24
Commands.md
@ -64,9 +64,13 @@ Parameters:
|
||||
- newLocalPath: `string`
|
||||
- The new directory to switch to (directory can be relative)
|
||||
|
||||
---
|
||||
|
||||
#### `clear`
|
||||
Clears the shell buffer.
|
||||
|
||||
---
|
||||
|
||||
#### `compress`
|
||||
Compresses a file or folder into a given type.
|
||||
|
||||
@ -82,6 +86,8 @@ Parameters:
|
||||
- The amount to compress the file.
|
||||
- Default Value: `Optimal`
|
||||
|
||||
---
|
||||
|
||||
#### `del`
|
||||
Deletes a file or directory
|
||||
|
||||
@ -89,6 +95,8 @@ Parameters:
|
||||
- path: `string`
|
||||
- The file or directory to delete.
|
||||
|
||||
---
|
||||
|
||||
#### `dir`
|
||||
Lists every directory and file in the path given. This does not include subdirectories.
|
||||
|
||||
@ -97,6 +105,8 @@ Parameters:
|
||||
- The path to search.
|
||||
- Default Value: `.`
|
||||
|
||||
---
|
||||
|
||||
#### `echo`
|
||||
Prints a given message.
|
||||
|
||||
@ -104,6 +114,8 @@ Parameters:
|
||||
- msg: `string`
|
||||
- The message to print.
|
||||
|
||||
---
|
||||
|
||||
#### `exit`
|
||||
Exit the shell. Another name for [`quit`](#quit)
|
||||
|
||||
@ -112,6 +124,8 @@ Parameters:
|
||||
- The exit code to close with.
|
||||
- Default Value: `0`
|
||||
|
||||
---
|
||||
|
||||
#### `explorer`
|
||||
Opens a given directory in File Explorer.
|
||||
|
||||
@ -120,9 +134,13 @@ Parameters:
|
||||
- The path to open in File Explorer.
|
||||
- Default Value: `.`
|
||||
|
||||
---
|
||||
|
||||
#### `history`
|
||||
Prints the history of all reversable commands executed by the shell.
|
||||
|
||||
---
|
||||
|
||||
#### `permdel`
|
||||
Permanently deletes a file or directory
|
||||
|
||||
@ -130,9 +148,13 @@ Parameters:
|
||||
- path: `string`
|
||||
- The path to permanently delete.
|
||||
|
||||
---
|
||||
|
||||
#### `srcmod`
|
||||
How about you find out for yourself.
|
||||
|
||||
---
|
||||
|
||||
#### `quit`
|
||||
Quit the shell.
|
||||
|
||||
@ -141,6 +163,8 @@ Parameters:
|
||||
- The exit code to close with.
|
||||
- Default Value: `0`
|
||||
|
||||
---
|
||||
|
||||
#### `undo`
|
||||
Undoes a command or commands in the history *that can be undone*.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user