Addresses: #2816
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
*LIBSMARTCOLS_DEBUG_PADDING*=on::
use visible padding characters.
+*LSBLK_COLUMNS*=::
+specifies a comma-separated list of output columns to print. All columns listed by *--list-columns* can be used.
+
== NOTES
For partitions, some information (e.g., queue attributes) is inherited from the parent device.
add_column(COL_TARGETS);
}
+ outarg = outarg == NULL ? getenv("LSBLK_COLUMNS") : outarg;
if (outarg && string_add_to_idarray(outarg, columns, ARRAY_SIZE(columns),
&ncolumns, column_name_to_id) < 0)
return EXIT_FAILURE;