Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 17218da

Browse files
committed
fix: Add description
1 parent c945ff9 commit 17218da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const program = new Command();
1818
program
1919
.name("cat-code")
2020
.version(packageJson.version)
21+
.description("The Coding Agent powered by Cat")
2122
.option("--safe", "enable safe mode (no actual file modifications)")
2223
.action((options) => {
2324
console.log(logo);

0 commit comments

Comments
 (0)