#!/usr/bin/env ruby require 'pathname' $:.unshift Pathname.new(__FILE__).dirname.dirname.join('lib').to_s require 'pve/cli' PVE::Cli.new.call *ARGV