tomo/examples/commands/README.md
Bruce Hill 0bba319126 Big overhaul:
- Clean up environment code using type strings instead of manually
  defining types
- Add Commands module
- Move Shell lang into an example module that uses Commands module
- Fix some bugs with chained library dependencies
2025-03-17 19:29:28 -04:00

6 lines
178 B
Markdown

# Commands
This module provides a way to run executable programs and get their output. You
can also feed in text to the programs' `stdin`. Think of it as `popen()` on
steroids.