@shopify/create-app
Version:
A CLI tool to create a new Shopify app.
22 lines (19 loc) • 713 B
JavaScript
import {
__commonJS,
init_cjs_shims
} from "./chunk-3XNI6LP4.js";
// ../../node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag/index.js
var require_has_flag = __commonJS({
"../../node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag/index.js"(exports, module) {
"use strict";
init_cjs_shims();
module.exports = (flag, argv = process.argv) => {
let prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--", position = argv.indexOf(prefix + flag), terminatorPosition = argv.indexOf("--");
return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
};
}
});
export {
require_has_flag
};
//# sourceMappingURL=chunk-7OHJH7BF.js.map