Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit d31a788

Browse files
authored
Merge pull request #604 from janhq/fix/model-pull-support
chore: add model pull alias
2 parents 7e46c2a + 923ff72 commit d31a788

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cortex-js/src/infrastructure/commanders/cortex-command.commander.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { ChatCommand } from './chat.command';
44
import { ModelsCommand } from './models.command';
55
import { InitCommand } from './init.command';
66
import { RunCommand } from './shortcuts/run.command';
7+
import { ModelPullCommand } from './models/model-pull.command';
78

89
@RootCommand({
910
subCommands: [
@@ -12,6 +13,7 @@ import { RunCommand } from './shortcuts/run.command';
1213
ChatCommand,
1314
InitCommand,
1415
RunCommand,
16+
ModelPullCommand,
1517
],
1618
description: 'Cortex CLI',
1719
})

0 commit comments

Comments
 (0)