Skip to content

Commit 4cce2d5

Browse files
authored
Merge pull request #269 from wp-cli/regenerate-readme
Regenerate README file
2 parents ef0f52e + 2279412 commit 4cce2d5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,15 @@ Defaults to searching through all tables registered to $wpdb. On multisite, this
634634

635635
[--format=<format>]
636636
Render output in a particular format.
637+
---
638+
options:
639+
- table
640+
- csv
641+
- json
642+
- yaml
643+
- ids
644+
- count
645+
---
637646

638647
The percent color codes available are:
639648

@@ -669,6 +678,16 @@ The percent color codes available are:
669678

670679
They can be concatenated. For instance, the default match color of black on a mustard (dark yellow) background `%3%k` can be made black on a bright yellow background with `%Y%0%8`.
671680

681+
**AVAILABLE FIELDS**
682+
683+
These fields will be displayed by default for each result:
684+
685+
* table
686+
* column
687+
* match
688+
* primary_key_name
689+
* primary_key_value
690+
672691
**EXAMPLES**
673692

674693
# Search through the database for the 'wordpress-develop' string

0 commit comments

Comments
 (0)