]> git.proxmox.com Git - pve-docs.git/blame - gen-output-format-opts.pl
pvecm: fix wrong quorum numbers
[pve-docs.git] / gen-output-format-opts.pl
CommitLineData
508a8bd7
DM
1#!/usr/bin/perl
2
3use lib '.';
4use strict;
5use warnings;
6use PVE::JSONSchema;
7use PVE::RESTHandler;
8
9my $prop = $PVE::RESTHandler::standard_output_options;
10
56cab8b0 11my $data = PVE::RESTHandler::dump_properties($prop, 'asciidoc', 'arg');
508a8bd7
DM
12
13print $data;