# shellcheck shell=dash disable=2034

xrc:mod:lib pkg     sphere/path/pkg   sphere/path/all   sphere/path/unit


___x_cmd_pkg_sphere_path(){
    local op="$1";  shift
    case "$op" in
        --help|-h)
            ___x_cmd help -m pkg path;              return ;;
        --activate|--deactivate)
            ___x_cmd_pkg_sphere_path_"${op#--}"     "$@" ;;
        *)  ___x_cmd_pkg_sphere_path_pkg "$op"      "$@" ;;
    esac
}
