Update README.md

This commit is contained in:
Booklordofthedings 2024-05-24 10:58:05 +02:00
parent 78c9032100
commit 9d09e39d2c

View file

@ -21,6 +21,11 @@ The process is as follows:
- Binding.CursorHandles => Dictionary containing handlers for specific cursor types, can be extended - Binding.CursorHandles => Dictionary containing handlers for specific cursor types, can be extended
- Binding.Options => General Options for binding and generating - Binding.Options => General Options for binding and generating
## Binding.Options
- Namespace => What to name the namespace and what to remove infront of all fields and names
- RemoveEnumStart => Try to find a common start to enum members and remove it
- LowercaseEnums => Outputs all enum fields in lowercase to make it easier to beefify it
## TODO ## TODO
- Error handling when opening the header - Error handling when opening the header
- Remove the hack, and get Args to actually work on line 31 in Binding - Remove the hack, and get Args to actually work on line 31 in Binding