diff --git a/docs/usage.md b/docs/usage.md index 54b21b61af2..bc60f89dabe 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -433,11 +433,11 @@ Generates typed models USAGE $ asyncapi generate models LANGUAGE FILE [-h] [--no-interactive] [-o ] [--tsModelType class|interface] [--tsEnumType enum|union] [--tsModuleSystem ESM|CJS] [--tsIncludeComments] [--tsExportType default|named] - [--tsJsonBinPack] [--tsMarshalling] [--tsExampleInstance] [--tsRawPropertyNames] [--packageName ] - [--javaIncludeComments] [--javaJackson] [--javaConstraints] [--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] + [--tsJsonBinPack] [--tsMarshalling] [--tsExampleInstance] [--tsRawPropertyNames] [--packageName ] + [--javaIncludeComments] [--javaJackson] [--javaConstraints] [--javaArrayType Array|List] [--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 @@ -460,6 +460,8 @@ FLAGS --fail-severity=