diff --git a/src/DB_Command.php b/src/DB_Command.php index 1a47eb14..8738a284 100644 --- a/src/DB_Command.php +++ b/src/DB_Command.php @@ -1266,6 +1266,15 @@ public function prefix() { * * [--format=] * : Render output in a particular format. + * --- + * options: + * - table + * - csv + * - json + * - yaml + * - ids + * - count + * --- * * The percent color codes available are: * @@ -1301,6 +1310,16 @@ public function prefix() { * * 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`. * + * ## AVAILABLE FIELDS + * + * These fields will be displayed by default for each result: + * + * * table + * * column + * * match + * * primary_key_name + * * primary_key_value + * * ## EXAMPLES * * # Search through the database for the 'wordpress-develop' string