deepwash 1.3.0

A Command Line Interface to clean your machine (docker...)
Documentation
1
2
3
4
5
use crate::utils::clean_resource;

pub fn clean() -> usize {
    clean_resource("images", "docker images -aq", &["docker", "rmi", "-f"])
}