You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amethyst/src/mods/help.rs

13 lines
495 B
Rust

pub fn help() { // work on a proper error message, the python ame one isnt really better in my opinion
3 years ago
println!("\
Usage:\n
ame -S <pkg> - install a package
ame -f <pkg> - install a package via flatpak
ame -s <pkg> - install a package via snap
ame -R <pkg> - remove a package
ame -Syu - system upgrade
ame -Ss <pkg> - search for a package
ame -Sa <pkg> - search for a package over the aur
ame -Sr <pkg> - search for a package over the repos
ame -Cc - clear package cache")
}