Skip to content

Release 357a5b2

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 18:05
Implement stdin handling

- read("<stdin>") for reading stdin
- run(..., capture["stdin<-FILE"]) for redirecting a subprocess's stdin
  to a file