Add changeModel to b_manage

This commit is contained in:
2025-02-04 17:34:00 +01:00
parent cbe8f4c79c
commit 73a4b3d5e5
4 changed files with 37 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ namespace platform {
void list_datasets(const std::string& status, const std::string& color);
bool confirmAction(const std::string& intent, const std::string& fileName) const;
std::string report(const int index, const bool excelReport);
void changeModel(const int index);
std::string report_compared();
std::pair<std::string, std::string> sortList();
std::string getVersions();