| 874 | } |
| 875 | |
| 876 | void CommandLine::version() const { |
| 877 | const std::string& version = Version::VKCONFIG.str(); |
| 878 | |
| 879 | printf("%s version %s\n", VKCONFIG_NAME, version.c_str()); |
| 880 | } |
| 881 | |
| 882 | Path CommandLine::GetInputPath() const { return this->_input_path; } |
| 883 |