Open
Description
Parser args are added here:
But then, they are not being used at all, here:
Line 296 in 17ae938
args.directory
)Line 337 in 17ae938
args.cache
)Lines 129 to 131 in 17ae938
app.folder / build
)
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.