Skip to content

Commit

Permalink
Update the README with the new --commandArgs option
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed May 28, 2021
1 parent fe3b230 commit 9fbbe8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
--ca, --commandArgs generate a comment with the exact command line
arguments that were used to generate the source
code (default is true)
```

For use from code use the [library NuGet package](https://www.nuget.org/packages/XmlSchemaClassGenerator-beta/):
Expand Down Expand Up @@ -362,4 +365,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
- Add unit tests

0 comments on commit 9fbbe8e

Please sign in to comment.