fix(bun): support extra generated model fields

This commit is contained in:
Hermes Agent
2026-07-09 05:50:33 +02:00
parent 7805d9b6f0
commit 47b77763cb
7 changed files with 359 additions and 2 deletions
+1
View File
@@ -189,6 +189,7 @@ func runSplit(cmd *cobra.Command, args []string) error {
false, // no flatten-schema for split
splitNullableTypes,
false, // no continue-on-error for split
"", // no extra fields for split
)
if err != nil {
return fmt.Errorf("failed to write output: %w", err)