python-click/examples/inout/README

11 lines
236 B
Plaintext
Raw Normal View History

2014-10-16 20:40:34 +02:00
$ inout_
inout is a simple example of an application that
can read from files and write to files but also
accept input from stdin or write to stdout.
Usage:
$ pip install --editable .
$ inout input_file.txt output_file.txt