From 6e4fe775b04dfdfb7fafc50330971ba7de1c1c60 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 20 Jul 2023 09:59:09 +0200 Subject: [PATCH] chore: update generated docs (#691) --- docs/usage.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 241edacb603..ecca7d51e7c 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -348,9 +348,10 @@ Generates typed models USAGE $ asyncapi generate models LANGUAGE FILE [-h] [-o ] [--tsModelType class|interface] [--tsEnumType enum|union] [--tsModuleSystem ESM|CJS] [--tsIncludeComments] [--tsExportType default|named] [--tsJsonBinPack] - [--tsMarshalling] [--tsExampleInstance] [--packageName ] [--namespace ] [--csharpAutoImplement] [--csharpNewtonsoft] - [--csharpArrayType Array|List] [--csharpHashcode] [--csharpEqual] [--csharpSystemJson] [--log-diagnostics] - [--diagnostics-format json|stylish|junit|html|text|teamcity|pretty] [--fail-severity error|warn|info|hint] + [--tsMarshalling] [--tsExampleInstance] [--packageName ] [--namespace ] [--csharpAutoImplement] + [--csharpNewtonsoft] [--csharpArrayType Array|List] [--csharpHashcode] [--csharpEqual] [--csharpSystemJson] + [--log-diagnostics] [--diagnostics-format json|stylish|junit|html|text|teamcity|pretty] [--fail-severity + error|warn|info|hint] ARGUMENTS LANGUAGE (typescript|csharp|golang|java|javascript|dart|python|rust|kotlin|php|cplusplus) The language you want the @@ -389,6 +390,8 @@ FLAGS --tsEnumType=