#!/usr/bin/env bash [[ " help shell:help " == *" $1 "* ]] || exit "$DOKKU_NOT_IMPLEMENTED_EXIT" set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x case "$1" in help | shell:help) help_content_func () { declare desc="return shell plugin help content" cat<