@arvoretech/hub 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3250,7 +3250,7 @@ function extractVersion(s) {
|
|
|
3250
3250
|
var program = new Command16();
|
|
3251
3251
|
program.name("hub").description(
|
|
3252
3252
|
"Give your AI coding assistant the full picture. Multi-repo context, agent orchestration, and end-to-end workflows."
|
|
3253
|
-
).version("0.1.
|
|
3253
|
+
).version("0.1.2").enablePositionalOptions();
|
|
3254
3254
|
program.addCommand(initCommand);
|
|
3255
3255
|
program.addCommand(addRepoCommand);
|
|
3256
3256
|
program.addCommand(setupCommand);
|