summaryrefslogtreecommitdiffhomepage
path: root/parser/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'parser/README.md')
-rw-r--r--parser/README.md7
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: