pub(super) fn init(context: &CommandContext) -> Result<()>Expand description
Initialize the global services required for a fully hydrated CLI process.
This is intentionally a side-effecting step. It does not inspect or mutate the command itself; it only prepares process-wide facilities that command execution relies on.