]> git.proxmox.com Git - pve-storage.git/blob - pvesr
api: add import/export format querying
[pve-storage.git] / pvesr
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pvesr;
7
8 PVE::CLI::pvesr->run_cli_handler();