nukeykt / Nuked-SC55

Roland SC-55 series emulation
Other
383 stars 40 forks source link

Add "help" CLI option #55

Closed UnBeatWaterGH closed 5 months ago

UnBeatWaterGH commented 5 months ago

Nice to have as not everyone wants to look at the code to figure out the CLI options.

I hope I documented -ab: properly.

matt713 commented 5 months ago

IMHO, good idea, but I just want to suggest to change: "Use CM300 ROM set." to "Use CM300/SCC1 ROM set.", because maybe it is already not clear for some users that CM300 and SCC1 (not SCC1A - it's different!) use the same ROM set.

pachuco commented 5 months ago

Yis, nice.

I hope I documented -ab: properly

The way it works is that you can feed it first parameter or both. -ab:4096 -ab:4096:2

Also, I'd change page_number to num_pages or similar to suggest quantity of pages instead of an index.

UnBeatWaterGH commented 5 months ago

Also, I'd change page_number to num_pages or similar to suggest quantity of pages instead of an index.

Do you think "page_amount" would work? I'd prefer not using too much shorthand in parameters.

Edit: Eh, I'll just go with "page_amount"