]> git.proxmox.com Git - pve-container.git/blob - src/pct
check_ct_modify_config_perm: check for tags permissions with 'assert_tag_permissions'
[pve-container.git] / src / pct
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pct;
7
8 PVE::CLI::pct->run_cli_handler();