microsoft / sarif-pattern-matcher

Quality domain agnostic regular expression pattern matcher that persists results to SARIF
MIT License
39 stars 18 forks source link

`force` option not supported #734

Closed suvamM closed 1 year ago

suvamM commented 1 year ago

The --force command does not seem to be supported anymore. The --help option should display the substitute. When the output SARIF log is already present, the error message recommends using the --force command, and this needs to be updated as well.

michaelcfanning commented 1 year ago

This may be hard to discover in our release notes. :) To make command-lines more efficient, we collapse all output file arguments in a single, semicolon delimited list, e.g. the following will force an overwrite and also pretty print the log.

--log ForceOverwrite;PrettyPrint