animetosho / ParPar

High performance PAR2 create client for NodeJS
190 stars 19 forks source link

How to add files from subdirectories ? #40

Closed uxmy closed 2 years ago

uxmy commented 2 years ago

If i add a folder that includes subdirectories as input , files inside those are ignored by ParPar. I know i can add them file by file, but it's not convenient.

animetosho commented 2 years ago

Add the --recurse flag.

uxmy commented 2 years ago

Thanks. I rechecked --help options.