]> git.proxmox.com Git - pve-client.git/blobdiff - PVE/APIClient/Config.pm
PVE::APIClient::Helpers::extract_even_elements - new helper
[pve-client.git] / PVE / APIClient / Config.pm
index a783ab3870a4f01bdd9fe85988c40c50e3427173..9ab68fc2c2dc835ac694018fe61961293d5dbd42 100644 (file)
@@ -31,7 +31,7 @@ my $complete_remote_name = sub {
 PVE::APIClient::JSONSchema::register_standard_option('pveclient-output-format', {
     type => 'string',
     description => 'Output format.',
-    enum => [ 'text', 'json' ],
+    enum => [ 'text', 'plain', 'json' ],
     optional => 1,
     default => 'text',
 });