]> git.proxmox.com Git - pve-client.git/blobdiff - PVE/APIClient/Commands/config.pm
fixes for changes in pve-common
[pve-client.git] / PVE / APIClient / Commands / config.pm
index b4316d80550ecce889504b0b2ee5bf2a26f11c38..89b4728de6c918ecb566a94af0dfb4815decb692 100644 (file)
@@ -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,
        ],
 };