MCPcopy Create free account
hub / github.com/attermann/microReticulum / usage

Function usage

examples/nomadnet/src/main.cpp:449–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449static void usage(const char* argv0) {
450 printf("\nUsage:\n");
451 printf(" %s -s | --server Run as a NomadNet page server\n", argv0);
452 printf(" %s <destination_hash> [<path>] Run as a client; fetch <path> (default %s)\n",
453 argv0, DEFAULT_PAGE_PATH);
454 printf("\nOptional flags:\n");
455 printf(" --log_trace Enable trace-level logging\n\n");
456}
457
458int main(int argc, char *argv[]) {
459

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected