fluxflow-cli 3.1.3 → 3.1.4
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/fluxflow.js +9 -9
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -3989,14 +3989,14 @@ var init_terminal = __esm({
|
|
|
3989
3989
|
getFluxLogo = (version = "2.0.0", provider = "Google") => {
|
|
3990
3990
|
const quote = STARTUP_QUOTES[Math.floor(Math.random() * STARTUP_QUOTES.length)];
|
|
3991
3991
|
const art = [
|
|
3992
|
-
"
|
|
3993
|
-
"
|
|
3994
|
-
"
|
|
3995
|
-
"
|
|
3996
|
-
"
|
|
3997
|
-
"
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
3992
|
+
" \u2588\u2588\u2588 ",
|
|
3993
|
+
" \u2591\u2591\u2591\u2588\u2588\u2588 ",
|
|
3994
|
+
" \u2591\u2591\u2591\u2588\u2588\u2588 ",
|
|
3995
|
+
" \u2591\u2591\u2591\u2588\u2588\u2588 ",
|
|
3996
|
+
" \u2588\u2588\u2588\u2591 ",
|
|
3997
|
+
" \u2588\u2588\u2588\u2591 ",
|
|
3998
|
+
" \u2588\u2588\u2588\u2591 ",
|
|
3999
|
+
" \u2591\u2591\u2591 "
|
|
4000
4000
|
];
|
|
4001
4001
|
const coloredArt = gradient(["#0077ff", "#ff00ff"]).multiline(art.join("\n")).split("\n");
|
|
4002
4002
|
const grey = (t) => `\x1B[90m${t}\x1B[0m`;
|
|
@@ -20244,7 +20244,7 @@ var init_app = __esm({
|
|
|
20244
20244
|
return fileList;
|
|
20245
20245
|
};
|
|
20246
20246
|
})();
|
|
20247
|
-
cachedShortcut = "
|
|
20247
|
+
cachedShortcut = "Ctrl + Enter";
|
|
20248
20248
|
getLatencyColor2 = (delay) => {
|
|
20249
20249
|
if (delay <= 400) return "#00a564";
|
|
20250
20250
|
if (delay >= 5e3) return "#ff0000";
|