You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.optional=flag.String("optional", "", "C++ wrapper type to use for fields annotated \"optional\"; one of: std::optional, std::unique_ptr, std::shared_ptr")
97
+
cmd.empty_string_as_null=flag.Bool("empty-string-as-null", false, "C++: empty strings are treated as 0 (null)")
98
+
cmd.nan_as_null=flag.Bool("nan-as-null", false, "C++: NaNs are treated as 0 (null)")
0 commit comments