5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-07-17 12:58:55 +03:00
Files
pve-docs/gen-output-format-opts.pl
2018-07-27 11:54:55 +02:00

14 lines
242 B
Perl
Executable File

#!/usr/bin/perl
use lib '.';
use strict;
use warnings;
use PVE::JSONSchema;
use PVE::RESTHandler;
my $prop = $PVE::RESTHandler::standard_output_options;
my $data = PVE::RESTHandler::dump_properties($prop, 'asciidoc', 'arg');
print $data;