Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 1bc08e6

Browse files
committed
Improve DEVELOPERS.md
1 parent 9d782c0 commit 1bc08e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

DEVELOPERS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ All the commands start with it `#!`, by default the manager process command as l
5656
unless `#!useExt` is sent to indicate that the app is ready to use commands
5757

5858
Commands:
59-
- `useExt`: Tell the manager you would like to use commands
59+
- `useExt`: Tell the manager you would like to use commands
6060
(Note: Any command executed before this one will just appear as log in the console)
6161
- `addLine <arg>`: Add line to the terminal, this commands can be useful if
6262
you want to display text that start with `#!` inside the terminal
63-
- `setLastLine <arg>`: Set the last line of text displayed in the terminal
63+
- `setLastLine <arg>`: Set the last line of text displayed in the terminal
64+
(Note: If the terminal is empty it will just add a new line)
6465
- `clearTerminal`: Clear the terminal of any text, making it empty
6566
- `scrollUp`: Scroll up at the top of the terminal
6667
- `scrollDown`: Scroll down at the bottom of the terminal
@@ -91,7 +92,7 @@ And there is an instance of it in use
9192
mmm_exec showLoading
9293
ui_print "The installer doesn't support mmm_exec"
9394
mmm_exec setLastLine "The installer support mmm_exec"
94-
# Wait simulate module doing something
95+
# Wait to simulate the module doing something
9596
sleep 5
9697
mmm_exec hideLoading
9798
mmm_exec setSupportLink https://github.com/Fox2Code/FoxMagiskModuleManager

0 commit comments

Comments
 (0)