/pycleaner

Simple tool to delete all __pycache__ directories.

Primary LanguageRustApache License 2.0Apache-2.0

pycleaner

Simple tool to delete all pycache directories.

Important note: it won't follow symlinks

Usage

pycleanner

USAGE:
    pycleanner.exe [OPTIONS]

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