zsh-workers
 help / color / mirror / code / Atom feed
09a8a221a65b659a3f09f6f9f9e2ed8e88f5bfef blob 244 bytes (raw)

1
2
3
4
5
6
7
8
9
 
if [[ $# == 0 ]]
then
    man docker
elif [[ $# > 1 && $1 == (builder|checkpoint|config|container|context|image|manifest|network|node|plugin|secret|service|stack|swarm|system|trust|volume) ]]
then
    man docker-$1-$2
else
    man docker-$1
fi
debug log:

solving 09a8a221a ...
found 09a8a221a in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).