]> git.proxmox.com Git - pve-client.git/blobdiff - PVE/APIClient/Commands/config.pm
avoid call to query_terminal_options
[pve-client.git] / PVE / APIClient / Commands / config.pm
index b4316d80550ecce889504b0b2ee5bf2a26f11c38..44e8fcb3f1f57c9beb0dddd7fa00dc645ebf0b42 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);
@@ -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,
        ],
 };