Update README.md

This commit is contained in:
a2x 2024-04-18 10:06:03 +10:00 committed by GitHub
parent 23072c2456
commit 4f75a293b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,11 +15,9 @@ toolchain must be installed.
### Available Arguments
- `-c, --connector <connector>`: The name of the memflow connector to use.
- `-a, --connector-args <connector-args>`: Additional arguments to pass to the connector.
- `-f, --file-types <file-types>`: The types of files to generate. Default: `cs`, `hpp`, `json`, `rs`.
- `-o, --output <output>`: The output directory to write the generated files to. Default: `output`.
- `-i, --indent-size <indent-size>`: The number of spaces to use per indentation level. Default: `4`.
- `-o, --output <output>`: The output directory to write the generated files to. Default: `output`.
- `-v...`: Increase logging verbosity. Can be specified multiple times.
- `-h, --help`: Print help.
- `-V, --version`: Print version.