Add colored, run scripts

This commit is contained in:
Timofey Khoruzhii 2022-08-11 21:42:53 +03:00
parent 51188e9f8e
commit 6decd7bc4b
7 changed files with 36 additions and 45 deletions

View file

@ -59,7 +59,7 @@ Config ProjectList::GetNewConfig(
projects_.emplace_back(std::filesystem::current_path(), path_to_config);
return {path_to_config};
return {path_to_config, std::filesystem::current_path()};
}
void ProjectList::Load() {