rasa 0.5.1

A plugin-based disk space cleaner for developers
install:
    cargo install --path .

run *ARGS:
    cargo run -- {{ARGS}}

test:
    cargo test

lint:
    cargo clippy -- -D warnings

fmt:
    cargo fmt

check:
    cargo fmt --check
    cargo clippy -- -D warnings
    cargo test