@grepai/cli 0.5.7 → 0.5.8
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/index.js +2 -2
- package/index.js.map +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -90693,11 +90693,11 @@ var program = gen2(function* () {
|
|
|
90693
90693
|
const command = exports_Command.make("grepai").pipe(exports_Command.withSubcommands([indexCommand, searchCommand]));
|
|
90694
90694
|
const cli = exports_Command.run(command, {
|
|
90695
90695
|
name: "GREP AI",
|
|
90696
|
-
version: "v0.5.
|
|
90696
|
+
version: "v0.5.8"
|
|
90697
90697
|
});
|
|
90698
90698
|
yield* cli(process.argv);
|
|
90699
90699
|
});
|
|
90700
90700
|
program.pipe(provide2(mergeAll5(GrepAi.Default).pipe(provideMerge2(Clack.Default), provideMerge2(exports_BunContext.layer))), exports_BunRuntime.runMain);
|
|
90701
90701
|
|
|
90702
|
-
//# debugId=
|
|
90702
|
+
//# debugId=93C854271882A59064756E2164756E21
|
|
90703
90703
|
//# sourceMappingURL=index.js.map
|