alexjlockwood / avocado

🥑 Vector Drawable optimization tool 🥑

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for recursive execution

oldergod opened this issue · comments

Say I have

folder:
  one:
    a.xml
    b.xml
  two:
    c.xml
    d.xml

I'd like to do

avocado -d folder

Currently it'd fail with
Error: No XML files were found in directory: 'folder'