projects
/
pve-docs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
add pct.conf man page
[pve-docs.git]
/
gen-pct-conf-opts-adoc.pl
Commit
Line
Data
71e16346
DM
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
use PVE::RESTHandler;
6
use PVE::LXC::Config;
7
8
my $prop = PVE::LXC::Config->json_config_properties();
9
10
print PVE::RESTHandler::dump_properties($prop);