1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00

rebase and add some filters

Upstream-commit: e074bc6db1
Component: cli
This commit is contained in:
Victor Vieux
2013-10-31 19:21:35 -07:00
committed by Tibor Vass
parent e5bc16370d
commit f022c32444

View File

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