We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c835ae8 commit b4c933fCopy full SHA for b4c933f
1 file changed
content/runal.md
@@ -100,6 +100,8 @@ And you can then execute the file with:
100
101
The js file will be **automatically reloaded when modified**, no need to restart the command.
102
103
+To **exit**, just type `ctrl+c`.
104
+
105
### Go package
106
107
Because **Runal** is written in Go, you can also use it as a Go package.
@@ -454,4 +456,6 @@ You can display the logs live in another terminal pane with:
454
456
tail -f console.log
455
457
```
458
459
+The **console.log** file is deleted upon exit.
460
461
</section>
0 commit comments