Hey. Historically, I made some illogical changes to options:
in GCC 8.x I added: -j, --human-readable - I should have selected likely -H in GCC 9.x I renamed: -i, --intermediate-format to: -i, --json-format So I preserved the short option name for a new intermediate format. But it does not correspond to first letter of --json-format. Thoughts how to clean the confusion? Thanks, Martin