README.md in js_dependency-0.3.14 vs README.md in js_dependency-0.3.15

- old
+ new

@@ -89,24 +89,25 @@ ``` #### Export Markdown report ```shell -js_dependency export_markdown_report -s ./src -t ./src/App.vue -c 2 -p 2 -n 1 -a @:./pages --identifier your_uniq_identifier_for_upsert_report +js_dependency export_markdown_report -s ./src -t ./src/App.vue -c 2 -p 2 -n 1 -a @:./pages --identifier your_uniq_identifier_for_upsert_report --exclude_output_names pages ``` +``--exclude_output_names`` option is used to exclude outputs from orphan list by name matching. In following results, include pages file is excluded from orphan. + Like this: ``` ## JsDependency Reports ### Orphan modules -3 orphaned modules. +2 orphaned modules. * ``components/sub/Exclude.vue`` -* ``pages/app.js`` * ``utils/calculation.js`` ### Module dependency \```mermaid @@ -127,13 +128,12 @@ ## JsDependency Reports ### Orphan modules -3 orphaned modules. +2 orphaned modules. * ``components/sub/Exclude.vue`` -* ``pages/app.js`` * ``utils/calculation.js`` ### Module dependency ```mermaid