mirror of
https://git.proxmox.com/git/pve-client
synced 2025-10-04 20:37:13 +00:00
avoid call to query_terminal_options
This is now called inside print_api_result.
This commit is contained in:
parent
74ad9c3764
commit
772c679e64
@ -97,7 +97,6 @@ our $cmddef = {
|
|||||||
sub {
|
sub {
|
||||||
my ($data, $schema, $options) = @_;
|
my ($data, $schema, $options) = @_;
|
||||||
|
|
||||||
PVE::APIClient::CLIFormatter::query_terminal_options($options);
|
|
||||||
PVE::APIClient::CLIFormatter::print_api_result($data, $schema, undef, $options);
|
PVE::APIClient::CLIFormatter::print_api_result($data, $schema, undef, $options);
|
||||||
},
|
},
|
||||||
$PVE::APIClient::RESTHandler::standard_output_options,
|
$PVE::APIClient::RESTHandler::standard_output_options,
|
||||||
|
Loading…
Reference in New Issue
Block a user