Ozu-Beatmap-Toolset / ozu-cli

A cli app to help with Osu! beatmap creation
0 stars 0 forks source link

Create a GlobalCliParameters class to handle global parameter parsing seperately #8

Closed PladsElsker closed 2 years ago

PladsElsker commented 2 years ago

The static methods would be something like:

They would all return an optional of a list of parameters (Optional<List<String>>). The optional would be empty if the searched parameter is absent.

Furthermore, we can create constants for the name of the expected global parameters.

PladsElsker commented 2 years ago

didn't do it exactly like that because I think I found a better idea for it