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
It would be great if flatc had an option to output to stdout (e.g. -o -).
This would help when integrating it into a microservice that needs to convert files from .bin to .json, to avoid writing an extra temporary file to the file system.
Inputting from stdin would be less useful IMO, because in this case there's multiple files being read (.fbs + .bin) and because it's likely those input files already exist in the filesystem.
The text was updated successfully, but these errors were encountered:
It would be great if flatc had an option to output to stdout (e.g.
-o -
).This would help when integrating it into a microservice that needs to convert files from .bin to .json, to avoid writing an extra temporary file to the file system.
Inputting from stdin would be less useful IMO, because in this case there's multiple files being read (.fbs + .bin) and because it's likely those input files already exist in the filesystem.
The text was updated successfully, but these errors were encountered: