Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 506 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 506 Bytes

pycleaner

Simple tool to delete all pycache directories.

Important note: it won't follow symlinks

How to install

Simply run

cargo install --git https://github.com/jmwielandt/pycleaner

Usage

pycleanner

USAGE:
    pycleanner.exe [OPTIONS]

OPTIONS:
        --dry                   Makes it dry run
    -h, --help                  Print help information
    -l, --loc <LOCALIZATION>    Runs the program starting from other path than the current dir
    -n <MAX_DEPTH>