Scout is an extensible open-source tool intended to assist smart contract developers and auditors detect common security issues and deviations from best practices. Scout audit is the core development on which we extend scout for specific blockchains.
This PR intends to revert the output format flag from --output-formats to --output-format, while keeping short version -o.
Additionally, two forms of usage are expected:
This PR intends to revert the output format flag from
--output-formats
to--output-format
, while keeping short version-o
. Additionally, two forms of usage are expected:... -o=value1,value2
... -o=value1 -o=value2