]> git.proxmox.com Git - pve-storage.git/blame - pvesr
import: add -delete-snapshot parameter
[pve-storage.git] / pvesr
CommitLineData
663510b8
WL
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use PVE::CLI::pvesr;
7
8PVE::CLI::pvesr->run_cli_handler();