used to define the maximal width of the respective column in the CLI
Signed-off-by: Stoiko Ivanov <[email protected]>
---
src/PVE/JSONSchema.pm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm
index f014dc3..2865d1a 100644
--- a/src/PVE/JSONSchema.pm
+++ b/src/PVE/JSONSchema.pm
@@ -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,
+ },
}
};
--
2.11.0
_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel