[pve-devel] [PATCH common 3/3] PVE::CLIHandler::print_api_list: update comment
Stoiko Ivanov
s.ivanov at proxmox.com
Fri Jun 22 20:21:08 CEST 2018
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
src/PVE/CLIHandler.pm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm
index 569f590..1c754e4 100644
--- a/src/PVE/CLIHandler.pm
+++ b/src/PVE/CLIHandler.pm
@@ -497,8 +497,11 @@ sub print_text_table {
}
}
-# prints the result of an API GET call returning an array
-# and to have the results key of the API call defined.
+# prints the result of an API GET call returning an array as a table.
+# takes formatting information from the results property of the call
+# if $props_to_print is provided, prints only those columns. otherwise
+# takes all fields of the results property, with a fallback
+# to all fields occuring in items of $data.
sub print_api_list {
my ($data, $result_schema, $props_to_print) = @_;
--
2.11.0
More information about the pve-devel
mailing list