rtk-ai/rtk

rg rewrite edge case

Open

#1.367 aberto em 17 de abr. de 2026

Ver no GitHub
 (2 comments) (2 reactions) (0 assignees)Rust (2.914 forks)batch import
area:clibugeffort-smallgood first issueneeds-reproductionpriority:medium

Métricas do repositório

Stars
 (48.085 stars)
Métricas de merge de PR
 (Mesclagem média 11d 1h) (45 fundiu PRs em 30d)

Description

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

Guia do colaborador