mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-14 11:06:15 +00:00
add print_width property to JSONSchema definition
used to define the maximal width of the respective column in the CLI Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
a73f417f10
commit
f8d4eff923
@ -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,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user