| 581 | } |
| 582 | |
| 583 | void printVersion() { |
| 584 | printf("FoundationDB CLI " FDB_VT_PACKAGE_NAME " (v" FDB_VT_VERSION ")\n"); |
| 585 | printf("source version %s\n", getSourceVersion()); |
| 586 | printf("protocol %" PRIx64 "\n", currentProtocolVersion().version()); |
| 587 | } |
| 588 | |
| 589 | void printBuildInformation() { |
| 590 | printf("%s", jsonBuildInformation().c_str()); |
no test coverage detected