Expand description
Target resolution - Convert user input to processes
Targets can be:
:port- Process listening on this portpid- Process with this PID (numeric)name- Processes matching this name
Enums§
- Target
Type - Resolved target type
Functions§
- find_
ports_ for_ pid - Find all ports a process is listening on
- parse_
target - Parse a target string and determine its type
- parse_
targets - Split comma-separated targets into individual target strings
- resolve_
target - Resolve a target to processes
- resolve_
target_ single - Resolve a single target to exactly one process
- resolve_
targets - Resolve multiple targets, deduplicating by PID