
# shellcheck shell=dash
___x_cmd_winget___proxy(){
    [ $# -gt 0 ]    ||  set - ls
    local op="$1";      shift

    local O=winget
    case "$op" in
        ls|use|unuse|try|untry|run)
            ___x_cmd proxy wrap "$op"        "$@" ;;
        -h|--help)
            ___x_cmd help -m winget proxy ;;
        *)  ___x_cmd help -m winget proxy >&2; return 64 ;;
    esac
}
