rtk-ai/rtk

rg rewrite edge case

Open

#1,367 opened on 2026年4月17日

GitHub で見る
 (2 comments) (2 reactions) (0 assignees)Rust (2,914 forks)batch import
area:clibugeffort-smallgood first issueneeds-reproductionpriority:medium

Repository metrics

Stars
 (48,085 stars)
PR merge metrics
 (平均マージ 11d 1h) (30d で 45 merged PRs)

説明

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

コントリビューターガイド