From 9d09e39d2cd065b002eda7720a4ae3a6f336a299 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Fri, 24 May 2024 10:58:05 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 647a9fd..77cd26b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ The process is as follows: - Binding.CursorHandles => Dictionary containing handlers for specific cursor types, can be extended - 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 - Error handling when opening the header - Remove the hack, and get Args to actually work on line 31 in Binding