rtk-ai/rtk

rtk grep "-v" does not invert the search

Open

#1,477 建立於 2026年4月23日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Rust (48,085 star) (2,914 fork)batch import
bugeffort-smallfilter-qualitygood first issue

描述

Sometimes an LLM wants to invert the search and will use the grep -v command. RTK doesn't support this because the -v argument controls verbosity

Steps to reproduce

rtk grep -v foo /etc/hosts

Expected result

rtk grep should return all lines in the file which do not contain the string "foo"

Actual result

rtk grep returns all lines which do contain the string "foo"

貢獻者指南

rtk grep "-v" does not invert the search · rtk-ai/rtk#1477 | Good First Issue