MCPcopy Create free account
hub / github.com/Explosion-Scratch/firebuilder / showHelp

Function showHelp

cli.js:171–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 .join("\n ")}
170*/
171const showHelp = () => {
172 console.log(`
173 Usage:
174 ${NAME} [options] [config file path] [output file path]
175
176 Note: All arguments are optional, this is an interactive tool mainly.
177
178 Options:
179 --help, -h Show this help message
180 --launch Launch Firefox after profile creation
181 --output <path> Profile output path
182 `);
183 process.exit(0);
184};
185
186if (args.values.help) {
187 showHelp();

Callers 1

cli.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected