Added list-encodings command.

This commit is contained in:
2017-10-12 22:41:31 +01:00
parent 4288900b9c
commit 9cd9285276
13 changed files with 100 additions and 5 deletions

View File

@@ -322,6 +322,10 @@ namespace DiscImageChef.Core
AllStats.Commands.ListDevices++;
CurrentStats.Commands.ListDevices++;
break;
case "list-encodings":
AllStats.Commands.ListEncodings++;
CurrentStats.Commands.ListEncodings++;
break;
}
}
}