From 745684792d15dde576a0f4c20b187cd6113ec627 Mon Sep 17 00:00:00 2001 From: Bryce Wilkinson Date: Sun, 22 Oct 2023 23:58:27 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 22c8c31..77c823f 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ Generated files are stored in the `generated` directory. ## Available Arguments | Argument | Type | Description | Default Value | Required |--|--|--|--|--| -| interfaces | bool | Dump Interfaces | True | [] | -| offsets | bool | Dump Offsets | True | [] | -| schemas | bool | Dump Schemas | True | [] | -| dbuilders | String | Comma Separated String **without spaces** specifying the output file formats. Available Builders: [JSON, CPP, CSharp, Python, Rust] | Blank (All) | [] | -| path | String | Folder name for dumped assets | True | [x] | -| interfaces | bool | Dump Interfaces | True | [] | +| interfaces | bool | Dump Interfaces | True | :heavy_multiplication_x: | +| offsets | bool | Dump Offsets | True | :heavy_multiplication_x: | +| 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) | :heavy_multiplication_x: | +| path | String | Folder name for dumped assets | True | :heavy_check_mark: | +| interfaces | bool | Dump Interfaces | True | :heavy_multiplication_x: | # License