pub fn resolve_command_with(
words: &[String],
config: &CommandConfig,
) -> ResolvedCommandExpand description
Resolve a command through the indirection layer using a custom config.
Same as resolve_command but accepts caller-provided CommandConfig,
allowing consumers to extend or replace the default command knowledge.