This commit is contained in:
Dax Raad
2026-07-03 14:57:40 -04:00
parent 810dd9f0fa
commit 97498c92b8
+1
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" }),