Skip to content

Commit

Permalink
Merge pull request #88 from jose-ba/main
Browse files Browse the repository at this point in the history
docs: Improve documentation for the --exclude option
  • Loading branch information
smeghead authored Nov 29, 2024
2 parents 8039d2c + 581dbd2 commit cb5877c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ $ vendor/bin/php-class-diagram \

#### option `exclude`

You can specify patterns to exclude files from the processing.
You can specify patterns to exclude files from the processing. If you want to ignore a folder, you must specify the relative path to the target php source directory.

```bash
$ vendor/bin/php-class-diagram \
Expand Down

0 comments on commit cb5877c

Please sign in to comment.