MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / usage

Function usage

src/platform/node-hyperscript.js:277–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275// ===== Dispatch =====
276
277function usage() {
278 console.log(`Usage:
279 hyperscript <file._hs> Run a hyperscript file
280 hyperscript --validate [paths...] Validate hyperscript in files
281 --ext .njk,.erb,... Additional file extensions to scan
282 --attr foo,bar,... Additional HTML attributes to check
283 --quiet Only show error count, not details`);
284}
285
286if (flags.has('--validate')) {
287 validate();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected