deadfile icon indicating copy to clipboard operation
deadfile copied to clipboard

[Question] Does it work directly in folder?

Open Gitarcitano opened this issue 4 years ago • 2 comments

I've tried to run on the app entry point, but the result is completely wrong.

Can I run it directly on an entire src folder?

image

Gitarcitano avatar Sep 04 '20 15:09 Gitarcitano

The same issue

forrany avatar May 24 '21 06:05 forrany

By giving the entrypoint I got the same result; even putting npx ./src/index.js --dir ./src. I found that instead making it npx deadfile ./src/index.js ./src/**/*.js found all the files but did only marked as unused the pngs so it wasn't much use. I guess I'll stick with shrimpit for the time being.

maeriens avatar Sep 09 '21 06:09 maeriens