MCPcopy Create free account
hub / github.com/GCWing/BitFun / printHelpAndExit

Function printHelpAndExit

BitFun-Installer/scripts/build-installer.cjs:60–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60function printHelpAndExit() {
61 console.log(`
62BitFun Installer build script
63
64Usage:
65 node scripts/build-installer.cjs [options]
66
67Options:
68 --mode <fast|release> Build mode (default: release)
69 --fast Alias for --mode fast
70 --skip-app-build Skip building main BitFun app
71 --dev Run installer with tauri dev instead of tauri build
72 and allow placeholder payload fallback
73 --help, -h Show this help
74`);
75 process.exit(0);
76}
77
78function getMainAppBuildCommand(mode) {
79 if (mode === "fast") {

Callers 1

Calls 1

logMethod · 0.45

Tested by

no test coverage detected