zsh-workers
 help / color / mirror / code / Atom feed
64d9cd83f17833c8939c2f97951bd34c1d636980 blob 210 bytes (raw)

1
2
3
4
5
6
7
8
9
 
if [[ $# == 0 ]]
then
    man podman
elif [[ $# > 1 && $1 == (container|generate|healthcheck|image|kube|machine|manifest|network|pod|secret|system|volume) ]]
then
    man podman-$1-$2
else
    man podman-$1
fi
debug log:

solving 64d9cd83f ...
found 64d9cd83f 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).