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

Fix CI issues

This commit is contained in:
Dean Herbert 2019-01-25 11:25:28 +09:00
parent 568a7ff4bb
commit 1f1d20c192
4 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,7 @@ namespace PerformanceCalculator
[Subcommand("difficulty", typeof(DifficultyCommand))]
[Subcommand("performance", typeof(PerformanceCommand))]
[Subcommand("profile", typeof(ProfileCommand))]
[Subcommand("simulate", typeof(SimulateListing))]
[Subcommand("simulate", typeof(SimulateListingCommand))]
[HelpOption("-?|-h|--help")]
public class Program
{