Skip to main content

resolve_targets

Function resolve_targets 

Source
pub fn resolve_targets(targets: &[String]) -> (Vec<Process>, Vec<String>)
Expand description

Resolve multiple targets, deduplicating by PID

Returns a tuple of (found processes, not found target strings)