Merge pull request #523 from aluzzardi/input-dir-exclude

add support for excludes in input dir
This commit is contained in:
Andrea Luzzardi
2021-05-28 16:47:51 -07:00
committed by GitHub
16 changed files with 103 additions and 93 deletions

View File

@@ -36,6 +36,7 @@ package op
do: "local"
dir: string
include: [...string]
exclude: [...string]
}
// FIXME: bring back load (more efficient than copy)