#!/usr/bin/env bash

if [[ ! $@ ]]; then
    python3 -m shopcloud_secrethub -h
else
    python3 -m shopcloud_secrethub $@
fi