mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 22:22:09 +02:00
progpilot: add page (#2650)
This commit is contained in:
parent
26f036496c
commit
55ffeb6833
1 changed files with 15 additions and 0 deletions
15
pages/common/progpilot.md
Normal file
15
pages/common/progpilot.md
Normal file
|
@ -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…
Add table
Reference in a new issue