Skip to content

Commit 9fbbe8e

Browse files
committed
Update the README with the new --commandArgs option
1 parent fe3b230 commit 9fbbe8e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ Options:
148148
(default is true)
149149
--nc, --netCore generate .NET Core specific code that might not
150150
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)
151154
```
152155

153156
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:
362365

363366
- If it's not a trivial fix, please submit an issue first
364367
- Try and blend new code with the existing code's style
365-
- Add unit tests
368+
- Add unit tests

0 commit comments

Comments
 (0)