mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 19:40:17 +01:00
There are currently two ways for specify available commands in vboxmanage help: Usage: VBoxManage [<general option>] <command> [..] Commands: command1 ... command2 ... and: VBoxManage command3 ... VBoxManage command4 ... besides the fact how it is annoying for parsing the output (or lack of having some way for machine readable format for commands), I have treated the latter as a exception from general rule, but lately it slowly moving towards the second form. In this patch it is adapted to also parse second format instead of adding those commands manually. Also, there was missing parameter added for sharedfolder add command.
107 KiB
107 KiB