#!/usr/bin/env bash set -e source "$FORGIT_INSTALL_DIR/forgit.plugin.zsh" cmd="$1" shift forgit::${cmd/-/::} "$@"