# shellcheck shell=dash

xrc:mod:lib     ossinsight       issue/ls

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