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

Function usage

lib_acl_cpp/samples/scan_dir/main.cpp:164–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164static void usage(const char* procname)
165{
166 logger("usage: %s -h [help]\r\n"
167 " -t type[dir|file|all|diff]\r\n"
168 " -s source path\r\n"
169 " -d destination path\r\n"
170 " -e file_types\r\n"
171 " -A [show all status including same files]\r\n"
172 " -I [if ignore the files not included in destination path]\r\n"
173 " -r [if recursive, default: false]\r\n"
174 " -a [if get fullpath, default: false]\r\n", procname);
175}
176
177int main(int argc, char* argv[])
178{

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…