5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-24 21:34:48 +03:00
pve-storage/pvesm
Dietmar Maurer f984732e0e add setup_environment hook to CLIHandler class
and use run_cli_handler instead of depreciated run_cli.
2017-01-12 13:27:43 +01:00

9 lines
102 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
use PVE::CLI::pvesm;
PVE::CLI::pvesm->run_cli_handler();