Update README.md

This commit is contained in:
Bryce Wilkinson 2023-10-22 23:58:27 -04:00
parent 505630fefd
commit 745684792d

View File

@ -16,12 +16,12 @@ Generated files are stored in the `generated` directory.
## Available Arguments ## Available Arguments
| Argument | Type | Description | Default Value | Required | Argument | Type | Description | Default Value | Required
|--|--|--|--|--| |--|--|--|--|--|
| interfaces | bool | Dump Interfaces | True | [] | | interfaces | bool | Dump Interfaces | True | :heavy_multiplication_x: |
| offsets | bool | Dump Offsets | True | [] | | offsets | bool | Dump Offsets | True | :heavy_multiplication_x: |
| schemas | bool | Dump Schemas | True | [] | | schemas | bool | Dump Schemas | True | :heavy_multiplication_x: |
| dbuilders | String | Comma Separated String **without spaces** specifying the output file formats. Available Builders: [JSON, CPP, CSharp, Python, Rust] | Blank (All) | [] | | dbuilders | String | Comma Separated String **without spaces** specifying the output file formats. Available Builders: [JSON, CPP, CSharp, Python, Rust] | Blank (All) | :heavy_multiplication_x: |
| path | String | Folder name for dumped assets | True | [x] | | path | String | Folder name for dumped assets | True | :heavy_check_mark: |
| interfaces | bool | Dump Interfaces | True | [] | | interfaces | bool | Dump Interfaces | True | :heavy_multiplication_x: |
# License # License