]> git.proxmox.com Git - pve-common.git/commit
cli: filter out aliases when trying to expand command
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Jun 2018 07:37:50 +0000 (09:37 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 14 Jun 2018 06:58:54 +0000 (08:58 +0200)
commit0b7968069490682defe88b5ad03ba349939dc617
tree7d3afdec7535abd7c955574eba44854a3cb3a148
parent24ccf353c76bcb346bf86761358b638e3105e298
cli: filter out aliases when trying to expand command

we do not complete them in bash copletion either and their just there
for backward compatibillity, so filter them out.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/CLIHandler.pm