5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-10 01:17:51 +03:00
pve-docs/gen-qm.conf.5-opts.pl
2016-04-09 09:36:55 +02:00

12 lines
203 B
Perl
Executable File

#!/usr/bin/perl
use lib '.';
use strict;
use warnings;
use PVE::RESTHandler;
use PVE::QemuServer;
my $prop = PVE::QemuServer::json_config_properties();
print PVE::RESTHandler::dump_properties($prop);