summaryrefslogtreecommitdiffhomepage
path: root/parser
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-02 21:07:47 +0200
committerGitHub <[email protected]>2022-08-02 21:07:47 +0200
commit75c8df348faffea1ef57d668313a46bbce5eff19 (patch)
tree5a108dab8bb3a265fc46da2a164a5f3774c94d5b /parser
parent273c780b6727752345163cef907435c2b8e841b1 (diff)
downloadraylib-75c8df348faffea1ef57d668313a46bbce5eff19.tar.gz
raylib-75c8df348faffea1ef57d668313a46bbce5eff19.zip
Update README.md
Diffstat (limited to 'parser')
-rw-r--r--parser/README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/parser/README.md b/parser/README.md
index 744219d3..847373b8 100644
--- a/parser/README.md
+++ b/parser/README.md
@@ -10,12 +10,9 @@ 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
+## Command Line
-The parser can take a few options...
-
-- `--help` Displays help information about the parser
-- `--json` Outputs the header information in JSON format
+_TODO_
## Constraints