Skip to content

LocalShell.Read

Name Mandatory Description Default Type
⬅️ Input The input of the shard, if any None
Output ➡️ The resulting output of the shard String
Session No Local shell session object none LocalShell.SessionVar(LocalShell.Session)
MaxBytes No Maximum bytes to read (default: 65536) 65536 IntVar(Int)
StripAnsi No Strip ANSI escape sequences (default: false) false BoolVar(Bool)
Timeout No Timeout in milliseconds, 0 = immediate (default: 0) 0 IntVar(Int)

Read raw output from local shell session (non-blocking)