From d64708126b7056cc3233f577ca6330bce09b0276 Mon Sep 17 00:00:00 2001 From: Anthony Axenov Date: Sat, 4 Apr 2026 19:51:34 +0800 Subject: [PATCH] docker-ips misc --- utils/.local/bin/docker-ips | 41 +++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/utils/.local/bin/docker-ips b/utils/.local/bin/docker-ips index da8401a..a59781d 100755 --- a/utils/.local/bin/docker-ips +++ b/utils/.local/bin/docker-ips @@ -1,27 +1,24 @@ #!/usr/bin/env bash set -eo pipefail -# TODO not ready yet -exit +if [[ "$1" == "-h" || "$1" == "--help" ]]; then + cat <