piotrmurach/tty-command

Add :pretend mode to simulate command execution

piotrmurach opened this issue · 2 comments

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

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

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