Add --force-binary-read flag

This commit is contained in:
2025-09-22 23:17:43 -04:00
parent b575372732
commit c9dab45157
2 changed files with 22 additions and 5 deletions
+6
View File
@@ -44,6 +44,12 @@ lune run detector.lua --directory /path/to/your/directory/with/models
lune run detector.lua --output /path/to/your/output/file.txt
```
#### Process non-extensioned files (i.e no filetype extension / differing extension from .rbxm)
```bash
lune run detector.lua --force-binary-read /path/to/your/model.variantfile
```
## Limitations