pub fn register_shims<SE: ShellExtensions>(shell: &mut Shell<SE>)Expand description
Registers a shim builtin for every name in the installed bundled-command registry.
Uses register_builtin_if_unset so brush’s own builtins (echo, printf,
true, false, etc.) win on conflict.