Add colored, run scripts
This commit is contained in:
parent
51188e9f8e
commit
6decd7bc4b
7 changed files with 36 additions and 45 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue