
___x_cmd_cosmo___author(){

    cosmo:info "Cosmopolitan is created by Justine Tunney, and cosmo is a helper module to use cosmo binary with ease."

    ___x_cmd_is_stdout2tty || {
        cosmo:info "For more information about cosmopolitan, please visit https://justine.lol/cosmopolitan"
        return 0
    }

    local id
    ___x_cmd ui select id  "For more information about Cosmopolitan:" \
        "x open https://justine.lol/cosmopolitan        # Official website"     \
        "x open https://github.com/jart/cosmopolitan    # Github"               \
        "x open https://justine.lol                     # Justine's blog. A lot of amazing creations"       \
        "x open https://x-cmd.com/mod/cosmo"    \
        "EXIT"

    case "$id" in
        1)  ___x_cmd open https://justine.lol/cosmopolitan ;;
        2)  ___x_cmd open https://github.com/jart/cosmopolitan ;;
        3)  ___x_cmd open https://justine.lol ;;
        4)  ___x_cmd open https://x-cmd.com/mod/cosmo ;;

        *)  return
    esac
}
