mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
16 lines
312 B
Markdown
16 lines
312 B
Markdown
![]() |
# 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}}`
|