Files
docker-cli/components/engine/contrib
Harald Albers 87401e3ef1 Improve key specific bash subcompletions
The obscure `case "${words[$cword-2]}$prev=" in` idiom is no
longer used for key specific completions in options with map values.

The `__docker_map_key_of_current_option()` function does a much
better job.

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 7e31a96d220fe53e101c35332f5772ff42bcd092
Component: engine
2016-02-07 11:19:04 -08:00
..
2015-12-23 18:11:16 +01:00
2016-02-05 15:31:12 -08:00
2015-06-10 13:43:35 -07:00
2016-01-20 15:08:45 +09:00
2015-11-05 17:09:57 -05:00
2015-06-10 13:43:35 -07:00

The `contrib` directory contains scripts, images, and other helpful things
which are not part of the core docker distribution. Please note that they
could be out of date, since they do not receive the same attention as the
rest of the repository.