Skip to content

Commit

Permalink
Merge pull request #12 from willemstuursma/patch-1
Browse files Browse the repository at this point in the history
Update README.rst on cmd line arguments
  • Loading branch information
manuelpichler committed Sep 7, 2012
2 parents b7d659f + dff2a5d commit 458d566
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Expand Up @@ -46,11 +46,13 @@ Command line options
- ``--reportfile`` - Sends the report output to the specified file,
instead of the default output target ``STDOUT``.

- ``--extensions`` - Comma separated string of valid PHP source file
- ``--suffixes`` - Comma-separated string of valid source code filename
extensions.

- ``--ignore`` - Comma separated string of files or directories that
will be ignored during the parsing process.
- ``--exclude`` - Comma-separated string of patterns that are used to ignore
directories.

- ``--struct`` - Also report those nodes with a @SuppressWarnings annotation.

Using multiple rule sets
````````````````````````
Expand Down

0 comments on commit 458d566

Please sign in to comment.