X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fconsolidation%2Foutput-formatters%2FREADME.md;fp=vendor%2Fconsolidation%2Foutput-formatters%2FREADME.md;h=d95616a931fce9ce64b954159b38a396e22d630f;hp=e50958149184ad4638d5f3bf5b2e6a04cc6cf8e7;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/consolidation/output-formatters/README.md b/vendor/consolidation/output-formatters/README.md index e50958149..d95616a93 100644 --- a/vendor/consolidation/output-formatters/README.md +++ b/vendor/consolidation/output-formatters/README.md @@ -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.