Update find_files to use newest version of arrr

This commit is contained in:
Talia 2024-04-05 17:42:40 +02:00
parent 0602b8516b
commit 293f2a1897
Signed by: darkwiiplayer
GPG key ID: 7808674088232B3E

View file

@ -2,7 +2,7 @@
local arrr = require 'arrr'
local params = arrr {
{ "Sets the root to search in", "--root", "-r", 'root' };
{ "Sets the root to search in", "--root", "-r", true };
}{...}
local buf = {}