Add cache cleaning #13
@ -13,10 +13,10 @@
|
||||
|
||||
use colored::{ColoredString, Colorize};
|
||||
|
||||
use apis::pacman;
|
||||
use wrappers::pacman;
|
||||
|
||||
mod apis;
|
||||
mod shell_commands;
|
||||
mod wrappers;
|
||||
|
||||
fn main() {
|
||||
println!("{}", copyright_notice());
|
||||
|
@ -1 +1,2 @@
|
||||
pub mod pacman;
|
||||
mod paru;
|
Loading…
x
Reference in New Issue
Block a user