syndicate-pty-driver/protocols/schemas/pty.prs

15 lines
326 B
Plaintext

version 1 .
PtySession = <pty-session @id any @commandLine CommandLine> .
CommandLine = [@command any @args any ...] .
PtySessionRunning = <pty-session-running @id any> .
# To the subprocess
PtyInput = <pty-input @id any @data Chunk> .
# From the subprocess
PtyOutput = <pty-output @id any @data Chunk> .
Chunk = bytes .