]> git.proxmox.com Git - pve-client.git/blobdiff - PVE/APIClient/JSONSchema.pm
update files from pve-common
[pve-client.git] / PVE / APIClient / JSONSchema.pm
index 0c88b636910d31b1c002a6b523236486f6ce7f45..377d6d519582c20cc4b51b6a7c187c101fcc5d66 100644 (file)
@@ -1139,6 +1139,11 @@ my $default_schema_noref = {
                },
            },
        },
+       print_width => {
+           type => "integer",
+           description => "For CLI context, this defines the maximal width to print before truncating",
+           optional => 1,
+       },
     }  
 };