add remove
This commit is contained in:
parent
41c8f0c633
commit
67f0ab5d19
4 changed files with 20 additions and 0 deletions
|
@ -13,6 +13,7 @@ class ProjectList {
|
|||
|
||||
const std::deque<Project>& GetProjects();
|
||||
void AddProject(Project&&);
|
||||
void RemoveProjectByName(const std::string& name);
|
||||
|
||||
const Project& GetProject(
|
||||
const std::filesystem::path& path = std::filesystem::current_path()) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue