improve startup speed

This commit is contained in:
Dax Raad
2025-11-08 20:17:46 -05:00
parent b0cb3f72b8
commit 1819472982
15 changed files with 203 additions and 192 deletions
+4 -1
View File
@@ -17,6 +17,9 @@ export const AttachCommand = cmd({
}),
handler: async (args) => {
if (args.dir) process.chdir(args.dir)
await tui(args)
await tui({
url: args.url,
args: {},
})
},
})