Added some documentation for special file keys.

This commit is contained in:
Jamie Hardt
2024-06-30 14:19:08 -07:00
parent 19e629c614
commit e5dfddfb79

View File

@@ -255,7 +255,8 @@ they appear in the batchfile.
setp KEY INPUT PATTERN REPL
KEY will be set to the result of re.sub(PATTERN, REPL, INPUT). Patterns
are evaluated in the order they appear in the batchfile, once for each
file that appears in the batchfile before writing.
file that appears in the batchfile before writing. INPUT can use the
special keys _FILENAME, _ABSPATH, and _FOLDER.
"""
key = args[0]
inp = args[1]