rtk-ai/rtk

rg rewrite edge case

Open

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

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)Rust (48,085 star) (2,914 fork)batch import
bugeffort-smallgood first issue

描述

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 \{

贡献者指南