@forge/cli
12.22.012.22.0-experimental-04cc2b9
out/autocomplete/isSupportedShell.js~
out/autocomplete/isSupportedShell.jsModified+1−2
Index: package/out/autocomplete/isSupportedShell.js
===================================================================
--- package/out/autocomplete/isSupportedShell.js
+++ package/out/autocomplete/isSupportedShell.js
@@ -1,12 +1,11 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
-exports.isSupportedShell = void 0;
+exports.isSupportedShell = isSupportedShell;
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