]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/functions/run-help-docker
Backup UH
[dotfiles.git] / zsh / functions / run-help-docker
diff --git a/zsh/functions/run-help-docker b/zsh/functions/run-help-docker
new file mode 100644 (file)
index 0000000..8e7adfd
--- /dev/null
@@ -0,0 +1,8 @@
+if [ $# -eq 0 ]; then
+    man docker
+    return
+fi
+
+man docker-$1
+
+return $?