Updated README>

This commit is contained in:
Cédric Bonhomme 2020-01-06 17:04:10 +01:00
parent 4307c41173
commit a61719bf16
Signed by untrusted user who does not match committer: cedric
GPG key ID: A1CB94DE57B7A70D

View file

@ -24,6 +24,14 @@ $ poetry shell
You can also use ``pip``.
~~~python
Python 3.8.0 (default, Dec 11 2019, 21:43:13)
[GCC 9.2.1 20191008] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from git_vuln_finder import find
>>> all_potential_vulnerabilities, all_cve_found, found = find("~/git/curl")
~~~
## Use as a command line tool