Skip to main content

detect_all

Function detect_all 

Source
pub fn detect_all() -> Vec<Box<dyn PackageManager>>
Expand description

Return every package manager whose binary is on PATH, ordered by platform preference.

Order:

  • macOS: brew
  • Windows: scoop, winget
  • Linux: pacman, dnf, apt