X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FCommands%2Fconfig.pm;h=89b4728de6c918ecb566a94af0dfb4815decb692;hp=b4316d80550ecce889504b0b2ee5bf2a26f11c38;hb=4aba8d31fe4441125c4af295e67534797bb27bfb;hpb=a00bef992d68c429798d031ecd6dec7935cb381b diff --git a/PVE/APIClient/Commands/config.pm b/PVE/APIClient/Commands/config.pm index b4316d8..89b4728 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); @@ -96,8 +97,10 @@ 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, ], };