mirror of
https://git.proxmox.com/git/pve-common
synced 2025-04-28 22:35:12 +00:00
json schema: allow to export print_property_string
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
47ec888510
commit
d3ef19c104
@ -16,9 +16,10 @@ use Data::Dumper;
|
||||
use base 'Exporter';
|
||||
|
||||
our @EXPORT_OK = qw(
|
||||
register_standard_option
|
||||
get_standard_option
|
||||
parse_property_string
|
||||
register_standard_option
|
||||
print_property_string
|
||||
);
|
||||
|
||||
our $CONFIGID_RE = qr/[a-z][a-z0-9_-]+/i;
|
||||
|
Loading…
Reference in New Issue
Block a user