Module shell

Module shell 

Source
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