OpenCyphal / yakut

Simple CLI tool for diagnostics and debugging of Cyphal networks
https://opencyphal.org
MIT License
49 stars 10 forks source link

Orchestrator: do not redirect stdin of children #69

Closed pavel-kirienko closed 1 year ago

pavel-kirienko commented 1 year ago

Use explicit redirection if desired. Demo:

# stdin.py
x = input()
print(x)
#!/usr/bin/env -S yakut -v orchestrate
$=:
- python3 stdin.py