From 9fbbe8e98cb035e06f8a45c623c236dc9336c3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Fri, 28 May 2021 18:49:04 +0200 Subject: [PATCH] Update the README with the new --commandArgs option --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b209d1..74e37a21 100644 --- a/README.md +++ b/README.md @@ -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/): @@ -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 \ No newline at end of file