mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
use grep instead of ripgrep
This commit is contained in:
parent
40d16d8399
commit
f28fdd46a8
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ if ! cargo check ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
OUT=$(rg -o "~MINIMIZE-ROOT [\w\-]*" --no-filename --sort path src)
|
||||
OUT=$(grep -ro "~MINIMIZE-ROOT [a-zA-Z_\-]*" --no-filename src)
|
||||
|
||||
python3 -c "
|
||||
# Get the data from bash by just substituting it in. It works!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue