# shellcheck shell=bash disable=SC2154,SC2034
___x_cmd_shodan_info(){
    local X_help_cmd='x help -m shodan info';   help:arg:parse
    if  ! ___x_cmd_shodan_is_interactive_env; then
        ___x_cmd_shodan_curl get /api-info
        return
    fi

    ___x_cmd_shodan_info_curl | x j2y
}

___x_cmd_shodan_info_curl(){
    ___x_cmd_shodan_ourl get /api-info
}


