MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / usage

Function usage

scripts/studio-host-provider.mjs:746–751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

744}
745
746function usage() {
747 console.log(`Usage:
748 simdeck provider connect --studio-url URL --host-id ID --host-token TOKEN
749 simdeck provider run [--config PATH] [--max-capacity N]
750 simdeck provider status [--config PATH]`);
751}
752
753function isMainModule() {
754 return process.argv[1] === fileURLToPath(import.meta.url);

Callers 1

Calls 1

logMethod · 0.80

Tested by

no test coverage detected