From 287cb43b31272932339dee0a13d901aa3dd44dc0 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 18 Jan 2021 12:51:04 -0800 Subject: [PATCH] Add file docstring to tempeditor. --- tempeditor.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tempeditor.py b/tempeditor.py index e7e1693..9e75fdd 100644 --- a/tempeditor.py +++ b/tempeditor.py @@ -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