MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / ShowVersion

Method ShowVersion

lib/mdflib/mdf2csv/src/programargument.cpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void ProgramArgument::ShowVersion() {
107 std::cout << std::endl;
108 std::cout << kToolAndVersionText << std::endl;
109 std::cout << kCopyrightText << std::endl;
110 std::cout << kLicenseText << std::endl;
111 std::cout << std::endl;
112}
113
114void ProgramArgument::Clear() {
115 log_level_ = -1;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected