We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3b230 commit 9fbbe8eCopy full SHA for 9fbbe8e
1 file changed
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
+ --ca, --commandArgs generate a comment with the exact command line
152
+ arguments that were used to generate the source
153
+ code (default is true)
154
```
155
156
For use from code use the [library NuGet package](https://www.nuget.org/packages/XmlSchemaClassGenerator-beta/):
@@ -362,4 +365,4 @@ Contrbutions are welcome. Here are some guidelines:
362
365
363
366
- If it's not a trivial fix, please submit an issue first
364
367
- Try and blend new code with the existing code's style
-- Add unit tests
368
+- Add unit tests
0 commit comments