albertas / deadcode

Find and fix unused Python code using command line.
GNU Affero General Public License v3.0
56 stars 1 forks source link

Not using stdout #8

Open pydanny opened 3 months ago

pydanny commented 3 months ago

If I pipe to a file the file is empty. What I tried:

deadcode . --exclude=tests,tasks,src/tools --ignore-names-in-files=migrations > deadcode.txt