1 2 3 4 5 6
use anyhow::Result; use dedupefs::cli::Cli; fn main() -> Result<()> { Cli::check_cache() }