| 14 | } |
| 15 | |
| 16 | int VersionCommand::Execute() |
| 17 | { |
| 18 | std::cout << GetVersionString() << std::endl; |
| 19 | std::cout << GetBuildInfo() << std::endl; |
| 20 | return 0; |
| 21 | } |
| 22 | |
| 23 | std::string VersionCommand::GetVersionString() |
| 24 | { |
nothing calls this directly
no test coverage detected