You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.usage("<url> [options]\n ctxc index <source> [options]")
277
-
.description("Index a data source\n\nExamples:\n ctxc index https://github.com/owner/repo\n ctxc index https://github.com/owner/repo -i myindex\n ctxc index github --owner x --repo y")
276
+
.usage("<url | source> [options]")
277
+
.description("Index a data source")
278
+
.addHelpText('after',`
279
+
Examples:
280
+
ctxc index https://github.com/owner/repo
281
+
ctxc index https://github.com/owner/repo -i myindex
0 commit comments