shorten dataset name to maximum length

This commit is contained in:
2024-03-16 23:37:37 +01:00
parent 9c11dee019
commit 67487ffce1
4 changed files with 11 additions and 9 deletions

View File

@@ -413,7 +413,7 @@ namespace platform {
break;
case 'r':
if (output_type == OutputType::DATASETS) {
list_datasets(STATUS_OK, STATUS_COLOR);
list(STATUS_OK, STATUS_COLOR);
break;
}
if (indexList) {