pygame-web / pygbag

python and pygame wasm for everyone ( packager + test server + simulator )
https://github.com/pygame-web
MIT License
319 stars 36 forks source link

pygbag cli: `--directory` and `--cache` arguments are not respected #68

Open gabriel-v opened 1 year ago

gabriel-v commented 1 year ago

Parser args are added here:

But then, they are not being used at all, here:

I think we need to either remove the arguments or respect them.

My current workaround for this issue is to cp -a the stuff into a temporary directory before building.

pmp-p commented 1 year ago

Thank for reporting. Indeed commenting them until implemented correctly as they are confusing, and "build" is totally fine for python ecosystem anyway.