Security update for Core, with self-updated composer
[yaffs-website] / vendor / consolidation / output-formatters / README.md
index e50958149184ad4638d5f3bf5b2e6a04cc6cf8e7..d95616a931fce9ce64b954159b38a396e22d630f 100644 (file)
@@ -54,6 +54,7 @@ Most formatters will operate on any array or ArrayObject data. Some formatters r
 
 - `RowsOfFields`: Each row contains an associative array of field:value pairs. It is also assumed that the fields of each row are the same for every row. This format is ideal for displaying in a table, with labels in the top row.
 - `PropertyList`: Each row contains a field:value pair. Each field is unique. This format is ideal for displaying in a table, with labels in the first column and values in the second common.
+- `ListDataFromKeys`: The result may be structured or unstructured data. When formatted with the --format=list formatter, the result will come from the array keys instead of the array values.
 - `DOMDocument`: The standard PHP DOM document class may be used by functions that need to be able to presicely specify the exact attributes and children when the XML output format is used.
 
 Commands that return table structured data with fields can be filtered and/or re-ordered by using the --fields option. These structured data types can also be formatted into a more generic type such as yaml or json, even after being filtered. This capabilities are not available if the data is returned in a bare php array.