piotrmurach / tty-command

Execute shell commands with pretty output logging and capture stdout, stderr and exit status.
https://ttytoolkit.org
MIT License
400 stars 34 forks source link

Add :pretend mode to simulate command execution #11

Closed piotrmurach closed 8 years ago

piotrmurach commented 8 years ago

Add ability to execute/print commands that would be run without actually running them. Useful for testing setup scripts with many commands.

gurgeous commented 8 years ago

See the PR - this is just a proof of concept, feel free to ignore or modify.

piotrmurach commented 8 years ago

Added a separate runner, your PR set me on the right track.