MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / help

Function help

utils/dasFormatter/main.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19string help() {
20 return "Tool to convert daslang v1 syntax to v2\n"
21 "das-fmt {-i} filename1 {filename2} ...:\n"
22 " -i inplace conversion, write to the same file. Multiple filenames only allowed in inplace mode\n"
23 " --tests Run tests, no filenames required\n"
24 " --semicolon Keep semicolon after convertion\n"
25 "";
26}
27
28
29struct TestData {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected