From 7576f895595ac8bdef2d2b30f2160351962c885b Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Mon, 21 Mar 2022 13:07:35 +0100 Subject: [PATCH] Update usage --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74e37a21..95179c37 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,9 @@ Options: (default is true) --nc, --netCore generate .NET Core specific code that might not work with .NET Framework (default is false) + --ar, --useArrayItemAttribute + use ArrayItemAttribute for sequences with single + elements (default is true) --ca, --commandArgs generate a comment with the exact command line arguments that were used to generate the source code (default is true) @@ -365,4 +368,4 @@ Contrbutions are welcome. Here are some guidelines: - If it's not a trivial fix, please submit an issue first - Try and blend new code with the existing code's style -- Add unit tests \ No newline at end of file +- Add unit tests