alexpasmantier / undead

A tool to search for dead code in Python projects

Home Page:https://crates.io/crates/undead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undead

A tool to search for dead code in your Python projects.

Installation

Using Cargo

$ cargo install undead

Usage

$ undead . -I "tests"

Documentation

$ 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

About

A tool to search for dead code in Python projects

https://crates.io/crates/undead


Languages

Language:Rust 98.5%Language:Makefile 1.5%