Expand description
Cross-platform shell command utilities
Functionsยง
- get_
shell_ command - Returns the appropriate shell command and argument for the current platform.
- merge_
paths - Merge two PATH strings into a single, de-duplicated PATH.
- resolve_
executable_ path - Resolve an executable by name, falling back to a refreshed PATH if needed.
- resolve_
executable_ path_ blocking