mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
set -eo pipefail
|
||
|
|
[[ $DOKKU_TRACE ]] && set -x
|
||
|
|
source "$PLUGIN_AVAILABLE_PATH/caddy-vhosts/help-functions"
|
||
|
|
|
||
|
|
cmd-caddy-help "caddy:help"
|