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 <