Multitool convert options removed (--force, --pretty-print)
MarkvanOsch opened this issue · 4 comments
I noticed that our build is failing because with the upgrade from 4.0.0 to 4.1.0 these commandline options where removed:
--force, --pretty-print
Was this intentional? What is the replacement for these? For example for overwriting an output file.
We are facing the same issue, any recommendation for replacing --force? Or is overwriting the default and only behavior now?
--force
, --pretty-print
, --inline
are replaced by --log="ForceOverwrite, PrettyPrint, Inline"
.
Unfortunately it is not documented and was not communicated.
I also think this is a breaking change and should be reverted.
Docu was updated: #2654
https://github.com/microsoft/sarif-sdk/blob/main/docs/multitool-usage.md
@MarkvanOsch Issue can probably be closed
Thanks for reporting the issue.
@mpoqq thanks for the help here.
closing the issue.