Skip to content

Commit

Permalink
Update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss authored Mar 21, 2022
1 parent 732fcd2 commit 7576f89
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)
--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)
Expand Down Expand Up @@ -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
- Add unit tests

0 comments on commit 7576f89

Please sign in to comment.