X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FConfig.pm;h=5437be656ea1e2588f3d5528b434a0404f4f731e;hp=9ab68fc2c2dc835ac694018fe61961293d5dbd42;hb=faa47c20e27c8d4050594e9abaa2c65d792a7eda;hpb=d012b98c9b47085b2ee52499f4dd0872ecffe486 diff --git a/PVE/APIClient/Config.pm b/PVE/APIClient/Config.pm index 9ab68fc..5437be6 100644 --- a/PVE/APIClient/Config.pm +++ b/PVE/APIClient/Config.pm @@ -28,14 +28,6 @@ my $complete_remote_name = sub { return $list; }; -PVE::APIClient::JSONSchema::register_standard_option('pveclient-output-format', { - type => 'string', - description => 'Output format.', - enum => [ 'text', 'plain', 'json' ], - optional => 1, - default => 'text', -}); - PVE::APIClient::JSONSchema::register_standard_option('pveclient-remote-name', { description => "The name of the remote.", type => 'string',