Updated terminal.write (markdown)

therealkrispet 2019-11-18 11:10:43 +01:00
parent fcd98d3056
commit e2f90440ff

@ -3,9 +3,7 @@
```json ```json
{ {
"key": "terminal.write", "key": "terminal.write"
"intent": "control",
"scope": "zmq"
} }
``` ```
@ -19,8 +17,6 @@
```json ```json
{ {
"key": "terminal.write", "key": "terminal.write",
"intent": "control",
"scope": "zmq",
"command": "./a.out" "command": "./a.out"
} }
``` ```