Skip to content

Commit 694aeb3

Browse files
Regenerate README for new argument
1 parent 801c24f commit 694aeb3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1616
Recursively 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

0 commit comments

Comments
 (0)