From: Dietmar Maurer Date: Tue, 18 Sep 2018 05:18:23 +0000 (+0200) Subject: avoid call to query_terminal_options X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=commitdiff_plain;h=772c679e64e1fbbc342d3df7f549eee37c6b725c avoid call to query_terminal_options This is now called inside print_api_result. --- diff --git a/PVE/APIClient/Commands/config.pm b/PVE/APIClient/Commands/config.pm index 89b4728..44e8fcb 100644 --- a/PVE/APIClient/Commands/config.pm +++ b/PVE/APIClient/Commands/config.pm @@ -97,7 +97,6 @@ our $cmddef = { sub { my ($data, $schema, $options) = @_; - PVE::APIClient::CLIFormatter::query_terminal_options($options); PVE::APIClient::CLIFormatter::print_api_result($data, $schema, undef, $options); }, $PVE::APIClient::RESTHandler::standard_output_options,