File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contr
1010## Using
1111
1212~~~
13- wp find <path> [--skip-ignored-paths] [--max_depth=<max-depth>] [--fields=<fields>] [--field=<field>] [--format=<format>] [--verbose]
13+ wp find <path> [--skip-ignored-paths] [--include_ignored_paths=<paths>] [-- max_depth=<max-depth>] [--fields=<fields>] [--field=<field>] [--format=<format>] [--verbose]
1414~~~
1515
1616Recursively iterates subdirectories of provided ` <path> ` to find and
@@ -40,6 +40,9 @@ $ wp find ./
4040 [--skip-ignored-paths]
4141 Skip the paths that are ignored by default.
4242
43+ [--include_ignored_paths=<paths>]
44+ Include additional ignored paths as CSV (e.g. '/sys-backup/,/temp/').
45+
4346 [--max_depth=<max-depth>]
4447 Only recurse to a specified depth, inclusive.
4548
You can’t perform that action at this time.
0 commit comments