]> git.proxmox.com Git - pve-common.git/commit
cli: print_text_table: allow to draw ascii art borders
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 29 Jun 2018 11:15:16 +0000 (13:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 29 Jun 2018 12:39:48 +0000 (14:39 +0200)
commit793ad69ba5903cdd32d02b32a9406fabef5107bd
tree64bbd3e7a28eb59e1413cda6c58c30b855c143d4
parent4c99c559f3a1df27ea753cb5365b19dfa8165af2
cli: print_text_table: allow to draw ascii art borders

format can now be:

plain => what we had with 'text' before
text => print with borders (default)
json

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
src/PVE/CLIFormatter.pm