# shellcheck shell=dash

___x_cmd_wkp_open(){
    local kw="$1"
    ___x_cmd open "https://wikipedia.org/wiki/$kw"
}
