# shellcheck shell=dash

xrc:mod:lib     ossinsight       pr/ls

# https://ossinsight.io/docs/api/pull-request-creators
___x_cmd_ossinsight_pr(){
    local op="$1"; shift
    case "$op" in
        -h|--help)      ___x_cmd help -m ossinsight pr "$@" ;;
        ls|countries|history|orgs)    ___x_cmd_ossinsight_pr_"$op" "$@" ;;
        *)              M="Not found command - 'x ossinsight pr $op'" N=ossinsight log:ret:1 ;;
    esac
}