]> git.proxmox.com Git - qemu-server.git/blob - qm
qm: move 'agent' command into 'guest' comand group
[qemu-server.git] / qm
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::qm;
7
8 PVE::CLI::qm->run_cli_handler();