summaryrefslogtreecommitdiff
path: root/runcmd.py
AgeCommit message (Collapse)AuthorFilesLines
2020-09-28drop: old ./runcmd.{py,yaml} library, now unusedLars Wirzenius1-77/+0
2020-08-20fix: drop duplicate and wrong definition of exit_code_is_notLars Wirzenius1-7/+0
2020-05-20refactor: move things from subplot.{py,yaml} to separate filesLars Wirzenius1-0/+84
files.{py,yaml} contain re-usable steps for handling files. runcmd.{py,yaml} contain re-usable steps for running commands and inspecting results.
2020-05-20feat!: allow multiple bindings and functions filesLars Wirzenius1-0/+0
Where previously the document metadata could specify a single bindings file, and a single functions file, it can now specify one or more. If a single value is given, that's the filename. Otherwise, it can be a YAML list of filenames. Drop the functions_filename template variable, which was effectively unused, and for which there is no recorded use case at this time.