This commit is contained in:
2025-08-25 05:44:45 +02:00
parent 4e20df3eb8
commit 01163ef534
12 changed files with 228 additions and 120 deletions

View File

@@ -17,7 +17,7 @@ pub fn scan(args_ GeneratorArgs) ! {
mut pathroot := pathlib.get_dir(path: args.path, create: false)!
mut plist := pathroot.list(
recursive: true
ignoredefault: false
ignore_default: false
regex: ['.heroscript']
)!