# shellcheck shell=bash disable=SC2154,SC2034
___x_cmd_shodan_myip_(){
    local X_help_cmd='x help -m shodan myip';   help:arg:parse
    ___x_cmd_shodan_api get_ /tools/myip || return
    x_="${x_#\"}"
    x_="${x_%\"}"
}

___x_cmd_shodan_myip(){
    local x_=
    ___x_cmd_shodan_myip_ || return
    printf "%s\n" "$x_"
}

