This commit is contained in:
Dax Raad 2026-07-03 14:57:40 -04:00
parent ca861fdf43
commit a644e0e7a0

View file

@ -47,6 +47,7 @@ Effect.logInfo("cli starting", {
version: InstallationVersion,
channel: InstallationChannel,
local: InstallationLocal,
args: process.argv.slice(2),
}).pipe(
Effect.flatMap(() => Runtime.run(Commands, Handlers, { version: InstallationVersion })),
Effect.annotateLogs({ role: "cli" }),