From 91b0962e2ad8e9fd78926a48c1c4ffdefa4cf7ba Mon Sep 17 00:00:00 2001 From: caufieldjh Date: Tue, 2 Jan 2024 16:00:42 -0500 Subject: [PATCH] Update docs about inputfile --- docs/functions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/functions.md b/docs/functions.md index 23d68e572..a38e48b21 100644 --- a/docs/functions.md +++ b/docs/functions.md @@ -36,6 +36,10 @@ The following options are available for most functions unless stated otherwise. Use the option `--inputfile` to specify a path to a file containing input text. +For the `extract` command, this may be a single file or a directory of files. + +In the latter case, all .txt files will be assumed to be input, and the path will *not* be parsed recursively. + ### template Use the option `--template` to specify a template to use. This is a required parameter.