forked from Lainports/freebsd-ports
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. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-command
7 lines
338 B
Text
7 lines
338 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.
|
|
|
|
WWW: https://piotrmurach.github.io/tty/
|
|
WWW: https://github.com/piotrmurach/tty-command
|