chmp / cargo-wop

Run cargo on Rust source files without setting up a project
MIT License
1 stars 1 forks source link

Add command to interact with the cargo wop cache #6

Open chmp opened 4 years ago

chmp commented 4 years ago

Tasks:

potential interface:

# show general cache directory
cargo wop cache
cargo wop cache show

# show cache for source file
cargo wop cache show SOURCE.rs

# clean cache
cargo wop cache clean

# clean cache for file
cargo wop cache clean SOURCE.rs