]> sourceware.org Git - lvm2.git/commit
report: support printing full column names in report headings
authorPeter Rajnoha <prajnoha@redhat.com>
Tue, 22 Aug 2023 08:54:35 +0000 (10:54 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 28 Aug 2023 13:44:57 +0000 (15:44 +0200)
commit14d0a9eef613a0588bfed8e123dc95dd3a07ffcd
treea8e1045078a39d9a69792a3ad2256786c135e913
parent12b60e7c251a5631a2d2e84c8441f10d8e53ff03
report: support printing full column names in report headings

Reuse existing report/headings config setting to make it possible to
change the type of headings to display:
  0 - no headings
  1 - column name abbreviations (default and original functionality)
  2 - full column names (column names are equal to exact names that
      -o|--options also accepts to set report output)

Also, add '--headings none|abbrev|full|0|1|2' command line option
so we are able to select the heading type for each LVM reporting
command directly.
WHATS_NEW
lib/config/config_settings.h
lib/report/report.c
lib/report/report.h
tools/args.h
tools/command-lines.in
tools/command.c
tools/lvmcmdline.c
tools/reporter.c
tools/tools.h
tools/vals.h
This page took 0.035077 seconds and 5 git commands to generate.