refactor
This commit is contained in:
parent
ab8b74eec3
commit
11c1029e26
@ -27,7 +27,7 @@
|
|||||||
namespace repertory::cli::actions {
|
namespace repertory::cli::actions {
|
||||||
template <typename drive> inline void version(std::vector<const char *> args) {
|
template <typename drive> inline void version(std::vector<const char *> args) {
|
||||||
std::cout << "Repertory core version: " << project_get_version() << std::endl;
|
std::cout << "Repertory core version: " << project_get_version() << std::endl;
|
||||||
std::cout << "Repertory Git revision: " << project_get_git_rev() << std::endl;
|
std::cout << "Repertory git revision: " << project_get_git_rev() << std::endl;
|
||||||
drive::display_version_information(args);
|
drive::display_version_information(args);
|
||||||
}
|
}
|
||||||
} // namespace repertory::cli::actions
|
} // namespace repertory::cli::actions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user