pve-docs/gen-pct-conf-opts-adoc.pl

12 lines
205 B
Perl
Executable File

#!/usr/bin/perl
use lib '.';
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);