area:clibugeffort-smallfilter-qualitygood first issuepriority:medium
Repository-Metriken
- Stars
- (48.085 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 11T 1h) (45 gemergte PRs in 30 T)
Beschreibung
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"