MCPcopy
hub / github.com/plotly/dash / help

Function help

dash/extract-meta.js:24–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 : [];
23
24function help() {
25 console.error('usage: ');
26 console.error(
27 'extract-meta ^fileIgnorePattern ^forbidden$|^props$|^patterns$' +
28 ' path/to/component(s) [path/to/more/component(s) ...] > metadata.json'
29 );
30}
31
32if (!src.length) {
33 help();

Callers 1

extract-meta.jsFile · 0.85

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…