X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FCommands%2Flist.pm;fp=PVE%2FAPIClient%2FCommands%2Flist.pm;h=db00da71256ffcdb78cd0bcea081f570db67c446;hp=2190ad6346ffbb6c3a40b8eed8f2d57a801160d1;hb=ef03892d0c7f134cb78f283e9a41daa2a9e026b2;hpb=b0495d825b1b1e5c83a006d68293e89c98eaa024 diff --git a/PVE/APIClient/Commands/list.pm b/PVE/APIClient/Commands/list.pm index 2190ad6..db00da7 100644 --- a/PVE/APIClient/Commands/list.pm +++ b/PVE/APIClient/Commands/list.pm @@ -6,6 +6,9 @@ use JSON; use PVE::APIClient::JSONSchema qw(get_standard_option); +use PVE::APIClient::Config; +use PVE::APIClient::CLIHandler; + use base qw(PVE::APIClient::CLIHandler); __PACKAGE__->register_method ({ @@ -55,4 +58,4 @@ __PACKAGE__->register_method ({ our $cmddef = [ __PACKAGE__, 'list', ['remote']]; -1; \ No newline at end of file +1;