fn register_renamed_root<S>(
dispatcher: &mut CommandDispatcher<S, SteelCommandRuntime>,
root: &CommandNodeBuilder<S, SteelCommandRuntime>,
name: impl Into<Box<str>>,
) -> Result<(), CommandRegistrationError>where
S: CommandPermissionSource,