# shellcheck shell=dash

___x_cmd_hub_app(){
    if ___x_cmd_hub_meta_islogin; then
        ___x_cmd hub file app
        return
    fi

    if ___x_cmd ui yesno "You are not login. Do you want to login?"; then
        ___x_cmd hub login
        ___x_cmd hub file app
        return
    fi

    ___x_cmd hub --help
}
