Open
Description
I'd like to be able to show examples in my documentation that use standard input. My usual way to document this is something like:
$ echo "some simple input" | mycommand -
the output
... so that users can copy-paste it and get the same result (and then modify as needed). It would be great to be able to test that these examples work using trycmd.
Moved from #168 (comment)