# shellcheck shell=dash

___x_cmd_webtop_inner(){
    [ $# -gt 0 ] || set -- --help

    local op="$1"; shift
    case "$op" in
        install)
            ___x_cmd_webtop_inner_"$op" "$@" ;;
        *)
            ___x_cmd help -m webtop inner
            ;;
    esac
}



# x webtop inner install
