mirror of
https://github.com/eRgo35/ah.git
synced 2026-02-04 21:26:11 +01:00
refactor and choose install
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use colored::Colorize;
|
||||
use std::process::Command;
|
||||
|
||||
const PACKAGE_MANAGER: &str = "paru";
|
||||
use crate::packages::PACKAGE_MANAGER;
|
||||
|
||||
pub fn find(query: Vec<String>) -> Result<(), Box<dyn std::error::Error>> {
|
||||
println!(
|
||||
|
||||
Reference in New Issue
Block a user