rtk-ai/rtk

rg rewrite edge case

Open

#1,367 创建于 2026年4月17日

在 GitHub 查看
 (2 评论) (2 反应) (0 负责人)Rust (2,914 fork)batch import
area:clibugeffort-smallgood first issueneeds-reproductionpriority:medium

仓库指标

Star
 (48,085 star)
PR 合并指标
 (平均合并 11天 1小时) (30 天内合并 45 个 PR)

描述

llm attempted usage:

rg -n -U "document:\\s*\\{\\s*create:\" api/src scripts" ^ this works normally

after rewrite: rtk grep -n -U "document:\\s*\\{\\s*create:\" api/src scripts"%

usage output: /usr/bin/grep: Unmatched \{

贡献者指南