Complete Datasets in b_manage

This commit is contained in:
2024-03-16 22:39:25 +01:00
parent 58ae2c7690
commit 9c11dee019
4 changed files with 76 additions and 32 deletions

View File

@@ -20,7 +20,7 @@ void list_datasets(argparse::ArgumentParser& program)
{
auto excel = program.get<bool>("excel");
auto report = platform::DatasetsConsole();
report.list_datasets();
report.report();
std::cout << report.getOutput();
if (excel) {
auto data = report.getData();