osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
8 stars 5 forks source link

Separate JWT CLI role arguments by comma #531

Closed hburn7 closed 1 week ago

hburn7 commented 1 week ago
myssto commented 1 week ago

fwiw, this was working for me without having this separator... --roles admin whitelist

hburn7 commented 1 week ago

I don't think that was working for me but I would have to try again. That feels so jank anyway because CLI arguments are space separated, how does the CLI not throw a parse error over that? Windows thing maybe?