#!/bin/bash
#
# Backward-compatible wrapper. The actual logic now lives in the
# "reposmgr" Python CLI (stdlib only) - see: reposmgr switch-version
#
# Usage:
#
#   $> reposmgr-switch-version <tag-name-or-branch-name> [repo-name]
#
exec reposmgr switch-version "$@"
