MCPcopy Create free account
hub / github.com/acl-dev/acl / usage

Function usage

lib_acl_cpp/samples/scan_rmdir/main.cpp:140–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140static void usage(const char* procname)
141{
142 printf("usage: %s -h [help]\r\n"
143 " -d path\r\n"
144 " -R [rmdir_on]\r\n"
145 " -r [if recursive, default: false]\r\n"
146 " -C [using myscan_dir C++ class]\r\n"
147 " -a [if get fullpath, default: false]\r\n", procname);
148}
149
150int main(int argc, char* argv[])
151{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…