1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-08 07:17:01 +09:00

Implement command for testing legacy score total conversion

Comes in handy when needing to quickly diagnose failures in score
importers without having to fabricate a replay or import data locally or
do other similar shenanigans.
This commit is contained in:
Bartłomiej Dach 2024-01-29 23:10:34 +01:00
parent 38cfa02cee
commit 8a681e11bc
No known key found for this signature in database
2 changed files with 116 additions and 1 deletions

View file

@ -22,7 +22,8 @@ namespace PerformanceCalculator
[Subcommand(typeof(ProfileCommand))]
[Subcommand(typeof(SimulateListingCommand))]
[Subcommand(typeof(LeaderboardCommand))]
[Subcommand(typeof(LegacyScoreCommand))]
[Subcommand(typeof(LegacyScoreAttributesCommand))]
[Subcommand(typeof(LegacyScoreConversionCommand))]
[HelpOption("-?|-h|--help")]
public class Program
{