X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FCommands%2Fconfig.pm;h=44e8fcb3f1f57c9beb0dddd7fa00dc645ebf0b42;hp=b4316d80550ecce889504b0b2ee5bf2a26f11c38;hb=772c679e64e1fbbc342d3df7f549eee37c6b725c;hpb=59d3653b9157801cb1fcd2c80cc03df2db9437f8 diff --git a/PVE/APIClient/Commands/config.pm b/PVE/APIClient/Commands/config.pm index b4316d8..44e8fcb 100644 --- a/PVE/APIClient/Commands/config.pm +++ b/PVE/APIClient/Commands/config.pm @@ -10,6 +10,7 @@ use PVE::APIClient::Tools qw(extract_param); use PVE::APIClient::Config; use PVE::APIClient::CLIFormatter; +use PVE::APIClient::RESTHandler; use PVE::APIClient::CLIHandler; use base qw(PVE::APIClient::CLIHandler); @@ -97,7 +98,8 @@ our $cmddef = { my ($data, $schema, $options) = @_; PVE::APIClient::CLIFormatter::print_api_result($data, $schema, undef, $options); - } + }, + $PVE::APIClient::RESTHandler::standard_output_options, ], };