1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-08 21:17:43 +03:00

F #5056: add new subcommand to bash auto complete (#738)

This commit is contained in:
Alejandro Huertas Herrero 2021-02-02 11:08:38 +01:00 committed by GitHub
parent 3b35047e9d
commit 7a2fb391c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -405,7 +405,7 @@ _oneimage() {
fi
opts="create clone delete persistent nonpersistent update enable chtype
disable chgrp chown chmod rename snapshot-delete snapshot-revert
snapshot-flatten list show top lock unlock orphans"
snapshot-flatten list show top lock unlock orphans dockerfile"
cmd=oneimage
if [ "$COMP_CWORD" == 1 ]; then
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )