json schema: allow to export print_property_string

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-03-24 12:56:39 +01:00
parent 47ec888510
commit d3ef19c104

View File

@ -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;