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

Commit 41ac15a

Browse files
committed
chore: cortex onboarding with help() output
1 parent 4dfdbb8 commit 41ac15a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ interface CortexCommandOptions {
3434
export class CortexCommand extends CommandRunner {
3535
async run(input: string[], option: CortexCommandOptions): Promise<void> {
3636
if (option.version) console.log(pkg.version);
37+
else this.command?.help();
3738
}
3839

3940
@Option({

0 commit comments

Comments
 (0)