]> git.proxmox.com Git - pve-manager.git/blob - bin/pvenode
pvesh: do not use CLIHandler $option parameter, simplify code
[pve-manager.git] / bin / pvenode
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pvenode;
7
8 PVE::CLI::pvenode->run_cli_handler();