Skip to content

Commit f696c0f

Browse files
authored
Merge pull request #69 from robin-rpr/main
Replace exclude.js with include.js
2 parents 270f230 + 0f0b5ca commit f696c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use these options after `vuepress-jsdoc`.
4747
| --version | -v | | Show current version |
4848
| --readme | -r | | Path to custom readme file |
4949
| --exclude | -e | | Pattern to exclude files/folders (Comma seperated) - \*.test.js,exclude.js [more information](https://github.com/micromatch/micromatch#ismatch) |
50-
| --include | -e | | Pattern to include files/folders (Comma seperated) - \*.test.js,exclude.js [more information](https://github.com/micromatch/micromatch#ismatch) |
50+
| --include | -e | | Pattern to include files/folders (Comma seperated) - \*.test.js,include.js [more information](https://github.com/micromatch/micromatch#ismatch) |
5151
| --rmPattern | -rm | | Pattern when removing files. You can ex- and include files. (glob pattern) |
5252
| --partials | -p | | jsdoc2markdown partial templates (overwrites default ones) |
5353
| --jsDocConfigPath | -c | | Path to [JsDoc Config](http://usejsdoc.org/about-configuring-jsdoc.html) (experimental) |

0 commit comments

Comments
 (0)