Add file docstring to tempeditor.

This commit is contained in:
voussoir 2021-01-18 12:51:04 -08:00
parent 1addd84065
commit 287cb43b31
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -1,3 +1,9 @@
'''
This program allows you to use your preferred text editor as an intermediate
step in a processing pipeline. The user will use the text editor to edit a temp
file, and when they close the editor the contents of the temp file will be sent
to stdout.
'''
import argparse
import os
import shlex