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:
parent
568a7ff4bb
commit
1f1d20c192
4 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue