@robinpath/cli 3.4.0 → 3.4.1
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/cli.mjs +2 -2
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -18598,7 +18598,7 @@ function getNativeModules() {
|
|
|
18598
18598
|
import { join as join3, basename as basename2 } from "node:path";
|
|
18599
18599
|
import { homedir as homedir2, platform as platform2 } from "node:os";
|
|
18600
18600
|
import { existsSync as existsSync2 } from "node:fs";
|
|
18601
|
-
var CLI_VERSION = true ? "3.4.
|
|
18601
|
+
var CLI_VERSION = true ? "3.4.1" : "3.4.1";
|
|
18602
18602
|
var FLAG_QUIET = false;
|
|
18603
18603
|
var FLAG_VERBOSE = false;
|
|
18604
18604
|
var FLAG_AUTO_ACCEPT = false;
|
|
@@ -28813,7 +28813,7 @@ async function main() {
|
|
|
28813
28813
|
console.log(color.bold(" Step 2:") + ' Click "Create Key" and copy it');
|
|
28814
28814
|
console.log(color.bold(" Step 3:") + " Run this command:");
|
|
28815
28815
|
console.log("");
|
|
28816
|
-
console.log(" " + color.cyan(color.bold("robinpath ai config set-key
|
|
28816
|
+
console.log(" " + color.cyan(color.bold("robinpath ai config set-key ...")));
|
|
28817
28817
|
console.log("");
|
|
28818
28818
|
const ready = await new Promise((resolve13) => {
|
|
28819
28819
|
if (!process.stdin.isTTY) {
|