Re: [pve-devel] [RFC common 3/9] cli: refactor comand name helper

2017-12-05 Thread Dominik Csapak
Missed something (comment inline) On 12/05/2017 08:56 AM, Dominik Csapak wrote: Reviewed-by: Dominik Csapak On 11/06/2017 02:54 PM, Thomas Lamprecht wrote: use shorter and also a bit faster methods to expand and get comand names ---   src/PVE/CLIHandler.pm | 25 +++--   1 fi

Re: [pve-devel] [RFC common 3/9] cli: refactor comand name helper

2017-12-04 Thread Dominik Csapak
Reviewed-by: Dominik Csapak On 11/06/2017 02:54 PM, Thomas Lamprecht wrote: use shorter and also a bit faster methods to expand and get comand names --- src/PVE/CLIHandler.pm | 25 +++-- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/src/PVE/CLIHandler.pm

[pve-devel] [RFC common 3/9] cli: refactor comand name helper

2017-11-06 Thread Thomas Lamprecht
use shorter and also a bit faster methods to expand and get comand names --- src/PVE/CLIHandler.pm | 25 +++-- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm index c787ac4..ab1440c 100644 --- a/src/PVE/CLIHandler.pm