mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-16 10:18:01 +00:00
pve5to6: make this a simple CLI command
with this it's enough to call `pve5to6`, no (sub)command needed Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e6191e3eab
commit
3f11a62cfa
@ -412,8 +412,9 @@ __PACKAGE__->register_method ({
|
||||
return undef;
|
||||
}});
|
||||
|
||||
our $cmddef = {
|
||||
checklist => [ __PACKAGE__, 'checklist', [], {}],
|
||||
};
|
||||
our $cmddef = [ __PACKAGE__, 'checklist', [], {}];
|
||||
|
||||
# for now drop all unknown params and just check
|
||||
@ARGV = ();
|
||||
|
||||
1;
|
||||
|
Loading…
Reference in New Issue
Block a user