Update find_files to use newest version of arrr
This commit is contained in:
parent
0602b8516b
commit
293f2a1897
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in a new issue