@@ -162,7 +162,7 @@ $ npm install -g @asyncapi/modelina-cli
162162$ modelina COMMAND
163163running command...
164164$ modelina (--version)
165- @asyncapi/modelina-cli/4.0.0-next.63 linux-x64 node-v18.20.5
165+ @asyncapi/modelina-cli/4.0.0-next.64 linux-x64 node-v18.20.5
166166$ modelina --help [COMMAND]
167167USAGE
168168 $ modelina COMMAND
@@ -240,7 +240,7 @@ DESCRIPTION
240240 CLI config settings
241241```
242242
243- _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.63 /modelina-cli/src/commands/config/index.ts ) _
243+ _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.64 /modelina-cli/src/commands/config/index.ts ) _
244244
245245## ` modelina config context `
246246
@@ -254,7 +254,7 @@ DESCRIPTION
254254 Manage short aliases for full paths to inputs
255255```
256256
257- _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.63 /modelina-cli/src/commands/config/context/index.ts ) _
257+ _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.64 /modelina-cli/src/commands/config/context/index.ts ) _
258258
259259## ` modelina config context add CONTEXT-NAME SPEC-FILE-PATH `
260260
@@ -276,7 +276,7 @@ DESCRIPTION
276276 Add a context to the store
277277```
278278
279- _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.63 /modelina-cli/src/commands/config/context/add.ts ) _
279+ _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.64 /modelina-cli/src/commands/config/context/add.ts ) _
280280
281281## ` modelina config context current `
282282
@@ -293,7 +293,7 @@ DESCRIPTION
293293 Shows the current context that is being used
294294```
295295
296- _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.63 /modelina-cli/src/commands/config/context/current.ts ) _
296+ _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.64 /modelina-cli/src/commands/config/context/current.ts ) _
297297
298298## ` modelina config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH `
299299
@@ -314,7 +314,7 @@ DESCRIPTION
314314 Edit a context in the store
315315```
316316
317- _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.63 /modelina-cli/src/commands/config/context/edit.ts ) _
317+ _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.64 /modelina-cli/src/commands/config/context/edit.ts ) _
318318
319319## ` modelina config context init [CONTEXT-FILE-PATH] `
320320
@@ -337,7 +337,7 @@ DESCRIPTION
337337 Initialize context
338338```
339339
340- _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.63 /modelina-cli/src/commands/config/context/init.ts ) _
340+ _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.64 /modelina-cli/src/commands/config/context/init.ts ) _
341341
342342## ` modelina config context list `
343343
@@ -354,7 +354,7 @@ DESCRIPTION
354354 List all the stored contexts in the store
355355```
356356
357- _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.63 /modelina-cli/src/commands/config/context/list.ts ) _
357+ _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.64 /modelina-cli/src/commands/config/context/list.ts ) _
358358
359359## ` modelina config context remove CONTEXT-NAME `
360360
@@ -374,7 +374,7 @@ DESCRIPTION
374374 Delete a context from the store
375375```
376376
377- _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.63 /modelina-cli/src/commands/config/context/remove.ts ) _
377+ _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.64 /modelina-cli/src/commands/config/context/remove.ts ) _
378378
379379## ` modelina config context use CONTEXT-NAME `
380380
@@ -394,7 +394,7 @@ DESCRIPTION
394394 Set a context as current
395395```
396396
397- _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.63 /modelina-cli/src/commands/config/context/use.ts ) _
397+ _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.64 /modelina-cli/src/commands/config/context/use.ts ) _
398398
399399## ` modelina generate LANGUAGE FILE `
400400
@@ -406,8 +406,8 @@ USAGE
406406 [--tsModelType class|interface] [--tsEnumType enum|union] [--tsModuleSystem ESM|CJS] [--tsIncludeComments]
407407 [--tsExportType default|named] [--tsJsonBinPack] [--tsMarshalling] [--tsExampleInstance] [--tsRawPropertyNames]
408408 [--csharpAutoImplement] [--csharpNewtonsoft] [--csharpArrayType Array|List] [--csharpHashcode] [--csharpEqual]
409- [--csharpSystemJson] [--javaIncludeComments ] [--javaJackson ] [--javaConstraints ] [--javaArrayType Array|List ]
410- [--pyDantic]
409+ [--csharpSystemJson] [--goIncludeComments ] [--goIncludeTags ] [--javaIncludeComments ] [--javaJackson ]
410+ [--javaConstraints] [--javaArrayType Array|List] [-- pyDantic]
411411
412412ARGUMENTS
413413 LANGUAGE (typescript|csharp|golang|java|javascript|dart|python|rust|kotlin|php|cplusplus|scala) The language you want
@@ -425,6 +425,8 @@ FLAGS
425425 --csharpHashcode C# specific, generate the models with the GetHashCode method overwritten
426426 --csharpNewtonsoft C# specific, generate the models with newtonsoft serialization support
427427 --csharpSystemJson C# specific, generate the models with System.Text.Json serialization support
428+ --goIncludeComments Golang specific, if enabled add comments while generating models.
429+ --goIncludeTags Golang specific, if enabled add tags while generating models.
428430 --javaArrayType=<option> [default: Array] Java specific, define which type of array needs to be generated.
429431 <options: Array|List>
430432 --javaConstraints Java specific, generate the models with constraints
@@ -456,7 +458,7 @@ DESCRIPTION
456458 Generates typed models
457459```
458460
459- _ See code: [ src/commands/generate.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.63 /modelina-cli/src/commands/generate.ts ) _
461+ _ See code: [ src/commands/generate.ts] ( https://github.com/asyncapi/modelina/blob/v4.0.0-next.64 /modelina-cli/src/commands/generate.ts ) _
460462
461463## ` modelina help [COMMAND] `
462464
0 commit comments