Skip to content

Commit 8e2267c

Browse files
authored
Merge pull request #5 from augmentcode/rename-binary-ctxc
Rename CLI binary from context-connectors to ctxc
2 parents 7d348d1 + 95b9dfd commit 8e2267c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"!dist/**/*.test.d.ts.map"
1212
],
1313
"bin": {
14-
"context-connectors": "dist/bin/index.js"
14+
"ctxc": "dist/bin/index.js"
1515
},
1616
"scripts": {
1717
"build": "tsc",

src/bin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const packageJson = require("../../package.json");
1717
const program = new Command();
1818

1919
program
20-
.name("context-connectors")
20+
.name("ctxc")
2121
.description("Index and search any data source with Augment's context engine")
2222
.version(packageJson.version);
2323

0 commit comments

Comments
 (0)