.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.7. .TH PHPCPD "1" "September 2018" "phpcpd 4.1.0" "User Commands" .SH NAME phpcpd - PHPCPD command line interface .SH SYNOPSIS .B phpcpd [\fI\,options\/\fR] [\fI\,--\/\fR] [\fI\,\/\fR]... .SH DESCRIPTION Copy and paste detector (CPD) for PHP code. This tool provides details about duplicated lines inside a PHP project. .SS "Arguments:" .TP values Files and directories to analyze .SH OPTIONS .TP \fB\-\-names\fR=\fI\,NAMES\/\fR A comma\-separated list of file names to check [default: ["*.php"]] .TP \fB\-\-names\-exclude\fR=\fI\,NAMES\-EXCLUDE\/\fR A comma\-separated list of file names to exclude .TP \fB\-\-regexps\-exclude\fR=\fI\,REGEXPS\-EXCLUDE\/\fR A comma\-separated list of paths regexps to exclude (example: "#var/.*_tmp#") .TP \fB\-\-exclude\fR=\fI\,EXCLUDE\/\fR Exclude a directory from code analysis (must be relative to source) (multiple values allowed) .TP \fB\-\-log\-pmd\fR=\fI\,LOG\-PMD\/\fR Write result in PMD\-CPD XML format to file .TP \fB\-\-min\-lines\fR=\fI\,MIN\-LINES\/\fR Minimum number of identical lines [default: 5] .TP \fB\-\-min\-tokens\fR=\fI\,MIN\-TOKENS\/\fR Minimum number of identical tokens [default: 70] .TP \fB\-\-fuzzy\fR Fuzz variable names .TP \fB\-\-progress\fR Show progress bar .TP \fB\-h\fR, \fB\-\-help\fR Display this help message .TP \fB\-q\fR, \fB\-\-quiet\fR Do not output any message .TP \fB\-V\fR, \fB\-\-version\fR Display this application version .TP \fB\-\-ansi\fR Force ANSI output .TP \fB\-\-no\-ansi\fR Disable ANSI output .TP \fB\-n\fR, \fB\-\-no\-interaction\fR Do not ask any interactive question .TP \fB\-v\fR|vv|vvv, \fB\-\-verbose\fR Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug