From 32f3f53718a5f8fb30c38a05dbd72760a17faabc Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 6 Jun 2021 04:21:56 -0400 Subject: parser: Add JSON support with --json (#1812) --- parser/README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'parser/README.md') 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: -- cgit v1.2.3