And it fails
$ rtk grep --files
/usr/bin/grep: option '--files' is ambiguous; possibilities: '--files-with-matches' '--files-without-match'
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.
We should either rewrite it to rtk find like I tried to do in #1903 or implement full-fledged rtk grep --files.
And it fails
We should either rewrite it to
rtk findlike I tried to do in #1903 or implement full-fledgedrtk grep --files.