pub fn resolve_shell_wrapper(
cli_override: Option<&str>,
config_path_override: Option<&str>,
) -> Result<Vec<String>>Expand description
Resolve the effective shell wrapper from CLI override, config file, and built-in defaults.
Resolution order:
cli_overridefrom--shell-wrapper- Config file at
config_path_override(from--config) - Default XDG config file
- Built-in platform default