diff options
| author | Rob Loach <[email protected]> | 2021-06-06 04:21:56 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-06 10:21:56 +0200 |
| commit | 32f3f53718a5f8fb30c38a05dbd72760a17faabc (patch) | |
| tree | 6a10828db62d250df5ffe225d58cb819f4fab171 /parser/README.md | |
| parent | 246798a0ba12abe4c418c613bfcf7700d637d71b (diff) | |
| download | raylib-32f3f53718a5f8fb30c38a05dbd72760a17faabc.tar.gz raylib-32f3f53718a5f8fb30c38a05dbd72760a17faabc.zip | |
parser: Add JSON support with --json (#1812)
Diffstat (limited to 'parser/README.md')
| -rw-r--r-- | parser/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/parser/README.md b/parser/README.md index a21d6787..6deaff69 100644 --- a/parser/README.md +++ b/parser/README.md @@ -9,6 +9,13 @@ All data is separated into parts, usually as strings. The following types are us Check `raylib_parser.c` for details about those structs. +## Command Line Arguments + +The parser can take a few options... + +- `--help` Displays help information about the parser +- `--json` Outputs the header information in JSON format + ## Constraints This parser is specifically designed to work with raylib.h, so, it has some constraints: |
