Add excel to experiment view in b_manage

This commit is contained in:
2024-03-18 10:21:28 +01:00
parent 7cf864c3f3
commit 20fef5b6b3

View File

@@ -312,6 +312,7 @@ namespace platform {
{"quit", 'q', false},
{"report", 'r', true},
{"list", 'l', false},
{"excel", 'e', false},
{"back", 'b', false},
{"Page", 'p', true},
{"Page+", '+', false},
@@ -441,7 +442,11 @@ namespace platform {
}
break;
case 'e':
list(report(index, true), Colors::GREEN());
if (output_type == OutputType::EXPERIMENTS) {
list(report(index, true), Colors::GREEN());
break;
}
list(report(subIndex, true), Colors::GREEN());
break;
case 't':
{