# shellcheck shell=sh disable=SC2039,SC3043

___x_cmd_slack___curl(){
    command curl "$@"
}

___x_cmd_slack___config_path(){
    local config_path="$___X_CMD_ROOT/.config/x-bash/app.slack.config"
    x mkdirp "$config_path"
    config_path="$config_path/${1:?Provide config file name}"
    printf "%s" "$config_path"
}