-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This function right now doesn't support non-string types.
So if I do dotnet saturn gen Post Posts id:string title:string body:string is_published:bool I'll get errors at li [] [ strong [] [rawText "Is_published: "]; rawText o.is_published ] (and some similar errors around) where rawText is expecting string and not bool so I need to do .ToString() conversion.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request