nathan-sain / foundry-world-tools

A Python CLI for managing Foundry VTT assets on the file system
MIT License
10 stars 5 forks source link

Asset downloads failed #11

Closed EternalDeiwos closed 2 years ago

EternalDeiwos commented 2 years ago

I attempted to download world assets locally using:

fwt download --type actors --asset-dir actors .

Which produced the following error:

Error: --type only allows 'actors' or 'items'
nathan-sain commented 2 years ago

Thanks for reporting this. There was a logical error in parsing the command line options for the download command. I've pushed a fix to the repo. You should be able to update and run the download for actors now.