reffy-cli 0.6.0 → 0.6.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/README.md +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cli.js
CHANGED
|
@@ -378,8 +378,8 @@ async function main() {
|
|
|
378
378
|
return 0;
|
|
379
379
|
}
|
|
380
380
|
const output = parseOutputMode(rest);
|
|
381
|
-
printBanner(output);
|
|
382
381
|
if (command === "init") {
|
|
382
|
+
printBanner(output);
|
|
383
383
|
const repoRoot = parseRepoArg(rest);
|
|
384
384
|
const agents = await initAgents(repoRoot);
|
|
385
385
|
const payload = { status: "ok", command: "init", ...agents };
|