util-linux/libsmartcols
Karel Zak f29a2cfbe1 libsmartcols: don't print empty output on empty table in JSON
old version:
 $ findmnt --json --type foo
 $

new version:
 $ findmnt --json --type foo
 {
    "filesystems": [
    ]
 }

Addresses: https://github.com/karelzak/util-linux/issues/1136
Signed-off-by: Karel Zak <kzak@redhat.com>
2020-09-07 11:52:13 +02:00
..
docs libsmartcols: (docs) add missing references 2020-07-22 10:34:14 +02:00
samples libsmartcols: (sample) remove unused variable 2020-07-14 12:32:56 +02:00
src libsmartcols: don't print empty output on empty table in JSON 2020-09-07 11:52:13 +02:00
COPYING docs: use SPDX license names 2018-08-16 14:47:21 +02:00
Makemodule.am libsmartcols: add samples directory 2016-01-25 13:17:43 +01:00
smartcols.pc.in libsmartcols: add basic files 2014-04-03 12:29:15 +02:00