# shellcheck shell=dash

___x_cmd_gemini_cli_setup(){
    gemini:info "Setting up x-cmd tools to Gemini-Cli"

    local dir="$HOME/.gemini"

    ___x_cmd_cmds cp -rf "$___X_CMD_ROOT_MOD/gemini/lib/data/commands" "$dir" || return $?

    gemini:info "Setup x-cmd complete. You can now use /x command in  Gemini CLI"
}
