Currently the completion script will be available for commands:
VBoxManage and vboxmanage. With this commit, renaming/linking this
script with another name will also make that name to be included to
completion.
For example, with alias:
$ alias vb="VBoxManage"
linkig completion script into new name an source it:
$ cd /path/of/completion/script/
$ ln -s VBoxManage vb
# source vb
will start to complete vb command.
Note, that even if in vboxmanage help there is such command, says
vboxmanage (v7.0.6 at time of writing) refuses to execute it. Perhaps
it's a subject to change in the future.
Starting from 7.x version of VirtualBox, vboxmanage command help gives
its usage with one or more lines per command, like:
VBoxManage command <args> [--option1|--option2] [--option3=optarg ]
There is no need to get it as in old format from now on.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.