automation-tests/cmd/podman/report
Jhon Honce c0757374bf Restore "table" --format from V1
* --format "table {{.field..." will print fields out in a table with
  headings.  Table keyword is removed, spaces between fields are
  converted to tabs
* Update parse.MatchesJSONFormat()'s regex to be more inclusive
* Add report.Headers(), obtain all the field names to be used as
  column headers, a map of field name to column headers may be provided
  to override the field names
* Update several commands to use new functions

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2020-10-02 06:58:02 -07:00
..
diff.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
format.go Restore "table" --format from V1 2020-10-02 06:58:02 -07:00
format_test.go Restore "table" --format from V1 2020-10-02 06:58:02 -07:00
report.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00