--root-type should generate root_type Something; line when used in --proto mode
Expected
flatc --proto --root-type Something some.proto
should build some.fbs that contains line root_type Something;
Actual
--root-type has not effect at all
Workaround
flatc --proto some.proto
echo "root_type Something;" >> some.fbs
--root-typeshould generateroot_type Something;line when used in--protomodeExpected
should build some.fbs that contains line
root_type Something;Actual
--root-type has not effect at all
Workaround