Skip to content

Commit 26d8245

Browse files
committed
chore: Remove description
1 parent dd44106 commit 26d8245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const program = new Command();
88
program
99
.name("cat-code")
1010
.version(packageJson.version)
11-
.description("A simple chat CLI tool")
1211
.action(() => {
1312
render(<App />);
1413
});

0 commit comments

Comments
 (0)