Update README.md
This commit is contained in:
@@ -53,31 +53,36 @@ lune run detector path/to/your/model.rbxm(x)
|
|||||||
#### Directory scan (recursive):
|
#### Directory scan (recursive):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
lune run detector.lua --directory /path/to/your/directory/with/models
|
lune run detector --directory /path/to/your/directory/with/models
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Output list of files containing workspaces:
|
#### Output list of files containing workspaces:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
lune run detector.lua --output /path/to/your/output/file.txt
|
lune run detector --output /path/to/your/output/file.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Process non-extensioned files (i.e no filetype extension / differing extension from .rbxm)
|
#### Process non-extensioned files (i.e no filetype extension / differing extension from .rbxm)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
lune run detector.lua --force-binary-read /path/to/your/model.variantfile
|
lune run detector --force-binary-read /path/to/your/model.variantfile
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Print all instance names while scanning:
|
#### Print all instance names while scanning:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
lune run detector.lua --print-instance-names /path/to/your/model.rbxm
|
lune run detector --print-instance-names /path/to/your/model.rbxm
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Decompress zlib-compressed files before scanning:
|
#### Decompress zlib-compressed files before scanning:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
lune run detector.lua --zlib-decompress /path/to/your/model.rbxm
|
lune run detector --zlib-decompress /path/to/your/model.rbxm
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Recursively decompress zlib
|
||||||
|
```bash
|
||||||
|
lune run detector --zlib-decompress-recursive /path/to/your/model.rbxm
|
||||||
```
|
```
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
@@ -86,7 +91,7 @@ lune run detector.lua --zlib-decompress /path/to/your/model.rbxm
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Contributions are welcome. Please ensure new features include documentation.
|
Contributions are welcome. Please ensure new features include documentation. Follow existing code style to the best of your ability and try not to make breaking changes.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user