mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
4 lines
249 B
Text
4 lines
249 B
Text
TTY::Command provides independent command execution component for TTY toolkit.
|
|
It runs external commands with pretty output logging and capture stdout, stderr
|
|
and exit status. Redirect stdin, stdout and stderr of each command to a file or
|
|
a string.
|