Ozu-Beatmap-Toolset / ozu-cli

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

Handle the time interval parameter - t slightly differently #9

Closed PladsElsker closed 2 years ago

PladsElsker commented 2 years ago

So if we pass the parameter -t 1000 2000, it's gonna apply the tool only on that interval, and that's nice.

The thing is, I think we want to EXCLUDE an interval if we pass the parameter -t 2000 1000, for example.

The order of the parameters would then imply that the interval is to be included or excluded.

We also have the choice to add an additional parameter, like -u 1000 2000, for example.

PladsElsker commented 2 years ago

Is this feature really necessary?

No.