# shellcheck shell=bash disable=SC2154,2034

___x_cmd_shodan_host_search_filter(){
    local X_help_cmd='x help -m shodan host search filter';   help:arg:parse
    shodan:arg:format:raw:json2app:all

    ___x_cmd_shodan_host_search_filter___"$format"
}
___x_cmd_shodan_host_search_filter___app(){
    local data;     data="$( ___x_cmd_shodan_host_search_filter___raw )"    || shodan:data:ret
    ___x_cmd_pipevar data       x j2y
}

___x_cmd_shodan_host_search_filter___json(){
    local data;     data="$( ___x_cmd_shodan_host_search_filter___raw )"    || shodan:data:ret
    ___x_cmd_pipevar data
}

___x_cmd_shodan_host_search_filter___raw(){
    ___x_cmd_shodan_ourl get /shodan/host/search/filters
}
