mirror of https://github.com/CrimsonTome/tldr.git
progpilot: add page (#2650)
parent
26f036496c
commit
55ffeb6833
|
@ -0,0 +1,15 @@
|
||||||
|
# progpilot
|
||||||
|
|
||||||
|
> A PHP static analysis tool for detecting security vulnerabilities.
|
||||||
|
|
||||||
|
- Analyse the current directory:
|
||||||
|
|
||||||
|
`progpilot`
|
||||||
|
|
||||||
|
- Analyse a specific file or directory:
|
||||||
|
|
||||||
|
`progpilot {{path/to/file_or_directory}}`
|
||||||
|
|
||||||
|
- Specify a custom configuration file:
|
||||||
|
|
||||||
|
`progpilot --configuration {{path/to/configuration.yml}}`
|
Loading…
Reference in New Issue