Crates.io | undead |
lib.rs | undead |
version | 0.1.5 |
source | src |
created_at | 2024-07-14 21:37:15.083717 |
updated_at | 2024-07-15 07:53:40.678701 |
description | A tool to search for dead code in your Python projects |
homepage | https://github.com/alexpasmantier/undead |
repository | https://github.com/alexpasmantier/undead |
max_upload_size | |
id | 1303288 |
size | 52,711 |
A tool to search for dead code in your Python projects.
$ cargo install undead
$ undead . -I "tests"
$ undead --help
A tool to search for dead code in your Python projects
Usage: undead [OPTIONS] [PATHS]...
Arguments:
[PATHS]... paths in which to recursively search for dead files
Options:
-I, --ignore-paths <IGNORE_PATHS> paths to ignore when searching for dead files
-h, --help Print help
-V, --version Print version