rebase and add some filters

master
Victor Vieux 2013-10-31 19:21:35 -07:00 committed by Tibor Vass
parent 23e91a6d7f
commit e074bc6db1
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ _docker_run()
_docker_search()
{
COMPREPLY=( $( compgen -W "-notrunc" -- "$cur" ) )
COMPREPLY=( $( compgen -W "-notrunc" "-stars" "-trusted" -- "$cur" ) )
}
_docker_start()