md-prune-image 1.0.0

A CLI tool to prune unused images in Markdown directory.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
default: check

check: format lint clean build

format:
    cargo fmt --all

lint:
    cargo clippy --fix -- -D warnings

build:
    cargo build --all-features

clean:
    cargo clean