]> git.proxmox.com Git - pve-docs.git/blob - gen-output-format-opts.pl
firewall doc : remove wrong note
[pve-docs.git] / gen-output-format-opts.pl
1 #!/usr/bin/perl
2
3 use lib '.';
4 use strict;
5 use warnings;
6 use PVE::JSONSchema;
7 use PVE::RESTHandler;
8
9 my $prop = $PVE::RESTHandler::standard_output_options;
10
11 my $data = PVE::RESTHandler::dump_properties($prop, 'asciidoc', 'arg');
12
13 print $data;