@forge/cli
12.22.0-experimental-04cc2b912.23.0-next.7-experimental-44b7a12
out/autocomplete/isSupportedShell.js~
out/autocomplete/isSupportedShell.jsModified+2−1
Index: package/out/autocomplete/isSupportedShell.js
===================================================================
--- package/out/autocomplete/isSupportedShell.js
+++ package/out/autocomplete/isSupportedShell.js
@@ -1,11 +1,12 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
-exports.isSupportedShell = isSupportedShell;
+exports.isSupportedShell = void 0;
function isSupportedShell() {
const shell = process.env.SHELL;
if (!shell) {
return false;
}
return /bash/.test(shell) || /zsh/.test(shell) || /fish/.test(shell);
}
+exports.isSupportedShell = isSupportedShell;
//# sourceMappingURL=isSupportedShell.js.map
\ No newline at end of file