We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fa41e commit ad31a35Copy full SHA for ad31a35
1 file changed
main.aro
@@ -43,5 +43,9 @@
43
Listen the <keyboard> to the <stdin>.
44
Keepalive the <application> for the <events>.
45
46
- Return an <OK: status> for the <startup>.
+ Return an <OK: status> for the <success>.
47
}
48
+
49
+(Application-End: Success) {
50
+ Clear the <screen> for the <terminal>.
51
+}
0 commit comments