mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 07:54:15 +00:00
Update cheatsheets
This commit is contained in:
21
progpilot
Normal file
21
progpilot
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# progpilot
|
||||
|
||||
> A PHP static analysis tool for detecting security vulnerabilities.
|
||||
> More information: <https://github.com/designsecurity/progpilot>.
|
||||
|
||||
- Analyze the current directory:
|
||||
|
||||
`progpilot`
|
||||
|
||||
- Analyze a specific file or directory:
|
||||
|
||||
`progpilot {{path/to/file_or_directory}}`
|
||||
|
||||
- Specify a custom configuration file:
|
||||
|
||||
`progpilot --configuration {{path/to/configuration.yml}}`
|
||||
Reference in New Issue
Block a user