perf(models): lazy-load heavy deps in models list

This commit is contained in:
Peter Steinberger
2026-02-15 19:18:15 +00:00
parent 5c5af2b14e
commit 38f430e133
2 changed files with 7 additions and 3 deletions

View File

@@ -99,6 +99,10 @@ describe("models cli", () => {
it("shows help for models auth without error exit", async () => {
const program = new Command();
program.exitOverride();
program.configureOutput({
writeOut: () => {},
writeErr: () => {},
});
registerModelsCli(program);
try {