pve-docs/gen-pct-conf-opts-adoc.pl
2016-03-23 10:53:06 +01:00

11 lines
192 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
use PVE::RESTHandler;
use PVE::LXC::Config;
my $prop = PVE::LXC::Config->json_config_properties();
print PVE::RESTHandler::dump_properties($prop);