| |
---|
| | array( |
---|
| | "help|h" => "Shows help message", |
---|
| | "search|s=s" => "search term", |
---|
| | "id|i=i" => "id of vuln to view details or copy (requires -p)", |
---|
| | "path|p=s" => "path to copy vuln to (requires -c)", |
---|
| | "path|p=s" => "path to copy vuln to (requires -i)", |
---|
| | ) |
---|
| | ); |
---|
| | |
---|
| | $filter = new \Clapp\CommandArgumentFilter($definitions, $argv); |
---|
| |
---|
| | |
|