Skip to content

Commit

Permalink
F #5056: add new subcommand to bash auto complete (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Huertas Herrero authored Feb 2, 2021
1 parent 3b35047 commit 7a2fb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/shell/bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -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}") )
Expand Down

0 comments on commit 7a2fb39

Please sign in to comment.