rebecca-cli 0.1.0

Windows-first cleanup CLI for caches, app leftovers, and project artifacts.
1
2
3
4
5
use std::process::Command;

pub fn rebecca() -> Command {
    Command::new(env!("CARGO_BIN_EXE_rebecca"))
}