Re: [pve-devel] [RFC common 9/9] cli: document $cmddef structure

2017-12-05 Thread Dominik Csapak
an example for an alias would be nice, but could be done in a follow up Reviewed-by: Dominik Csapak On 11/06/2017 02:54 PM, Thomas Lamprecht wrote: --- src/PVE/CLIHandler.pm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler

[pve-devel] [RFC common 9/9] cli: document $cmddef structure

2017-11-06 Thread Thomas Lamprecht
--- src/PVE/CLIHandler.pm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm index 5111b7a..a771e40 100644 --- a/src/PVE/CLIHandler.pm +++ b/src/PVE/CLIHandler.pm @@ -10,6 +10,28 @@ use PVE::INotify; use base qw(PVE::RESTHan