[pve-devel] [PATCH pve-common] CLIHandler.pm: fix command line completion for simple commands

Dietmar Maurer dietmar at proxmox.com
Tue Jun 12 10:57:45 CEST 2018


You can simply test behavior using 'qmrestore' ...

Signed-off-by: Dietmar Maurer <dietmar at proxmox.com>
---
 src/PVE/CLIHandler.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm
index 8c911b2..316d29d 100644
--- a/src/PVE/CLIHandler.pm
+++ b/src/PVE/CLIHandler.pm
@@ -370,7 +370,6 @@ my $print_bash_completion = sub {
     };
 
     # positional arguments
-    $pos++ if $simple_cmd;
     if ($pos < scalar(@$arg_param)) {
 	my $pname = $arg_param->[$pos];
 	&$print_parameter_completion($pname);
-- 
2.11.0




More information about the pve-devel mailing list