# shellcheck shell=dash

xrc:mod:lib     ossinsight       trend/ls

# https://ossinsight.io/docs/api/list-trending-repos
___x_cmd_ossinsight_trend(){
    local op="$1"; shift
    case "$op" in
        -h|--help)      ___x_cmd help -m ossinsight trend "$@" ;;
        ls)             ___x_cmd_ossinsight_trend_ls "$@" ;;
        *)              M="Not found command - 'x ossinsight trend $op'" N=ossinsight log:ret:1 ;;
    esac
}