mirror of https://github.com/docker/cli.git
rebase and add some filters
This commit is contained in:
parent
23e91a6d7f
commit
e074bc6db1
|
@ -426,7 +426,7 @@ _docker_run()
|
||||||
|
|
||||||
_docker_search()
|
_docker_search()
|
||||||
{
|
{
|
||||||
COMPREPLY=( $( compgen -W "-notrunc" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "-notrunc" "-stars" "-trusted" -- "$cur" ) )
|
||||||
}
|
}
|
||||||
|
|
||||||
_docker_start()
|
_docker_start()
|
||||||
|
|
Loading…
Reference in New Issue