4 terminal.write
therealkrispet edited this page 2019-11-18 11:10:43 +01:00
  • Description: Writes in the pseudo terminal that is connected with the frontend. It is really useful when you need to pre-type a command for the user.
  • Subscribers: TerminalHandler
{
    "key": "terminal.write"
}
Parameter Type Required Description
command string ✔️ The command to be inserted.

Example:

{
    "key": "terminal.write",
    "command": "./a.out"
}