@robinmordasiewicz/xcsh 6.17.0 → 6.19.0
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 +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -44983,8 +44983,8 @@ var HistoryManager = class _HistoryManager {
|
|
|
44983
44983
|
var CLI_NAME = "xcsh";
|
|
44984
44984
|
var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
|
|
44985
44985
|
function getVersion() {
|
|
44986
|
-
if ("6.
|
|
44987
|
-
return "6.
|
|
44986
|
+
if ("6.19.0") {
|
|
44987
|
+
return "6.19.0";
|
|
44988
44988
|
}
|
|
44989
44989
|
if (process.env.XCSH_VERSION) {
|
|
44990
44990
|
return process.env.XCSH_VERSION;
|
|
@@ -51798,6 +51798,7 @@ program2.name(CLI_NAME).description("F5 Distributed Cloud Shell - Interactive CL
|
|
|
51798
51798
|
);
|
|
51799
51799
|
process.exit(1);
|
|
51800
51800
|
}
|
|
51801
|
+
process.stdin.resume();
|
|
51801
51802
|
render_default(/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(App2, {}));
|
|
51802
51803
|
return;
|
|
51803
51804
|
}
|