We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732fcd2 commit 7576f89Copy full SHA for 7576f89
README.md
@@ -148,6 +148,9 @@ Options:
148
(default is true)
149
--nc, --netCore generate .NET Core specific code that might not
150
work with .NET Framework (default is false)
151
+ --ar, --useArrayItemAttribute
152
+ use ArrayItemAttribute for sequences with single
153
+ elements (default is true)
154
--ca, --commandArgs generate a comment with the exact command line
155
arguments that were used to generate the source
156
code (default is true)
@@ -365,4 +368,4 @@ Contrbutions are welcome. Here are some guidelines:
365
368
366
369
- If it's not a trivial fix, please submit an issue first
367
370
- Try and blend new code with the existing code's style
-- Add unit tests
371
+- Add unit tests
0 commit comments