We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Using the CLI, you are able to run
slither .
and run slither on an entire directory. Is the same possible using the Python object? The provided example only shows usage like this:
slither = Slither('file.sol')