
___x_cmd_xrc_which(){
    if [ $# -gt 0 ]; then
        ___X_CMD_NO_LOCAL=1 ___x_cmd_which_one "$@"
        printf "%s" "$___X_CMD_WHICH_ONE_RESULT"
        return
    fi
    ___x_cmd_cmds_cat "$___X_CMD_ROOT_MOD/xrc/lib/help/which.txt" >&2
    return 1
}
