Re: [pve-devel] [RFC common 1/9] cli: refactor and use $cmddef directly

2017-12-04 Thread Dominik Csapak
Reviewed-by: Dominik Csapak On 11/06/2017 02:54 PM, Thomas Lamprecht wrote: passing one param less to the helper methods --- src/PVE/CLIHandler.pm | 29 - 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm

[pve-devel] [RFC common 1/9] cli: refactor and use $cmddef directly

2017-11-06 Thread Thomas Lamprecht
passing one param less to the helper methods --- src/PVE/CLIHandler.pm | 29 - 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm index 73e8ee6..29a7f57 100644 --- a/src/PVE/CLIHandler.pm +++ b/src/PVE/CLIHandle