#!/usr/bin/perl

use strict;
use warnings;

use PVE::CLI::pvesh;

PVE::CLI::pvesh->run_cli_handler();
