[PR #91] Create Parameters Class #964

Closed
opened 2026-01-29 16:24:33 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/SabreTools/MPF/pull/91

State: closed
Merged: Yes


This PR creates a Parameters class to wrap all of the possible flag and command combinations that could be created. It has currently replaced the original instances of the string parameters, but essentially does nothing more than that did before. There should be no remaining duplicate code.

This change can be used to extend the flag combinations and user inputs that are possible through the UI, since every possible flag is accounted for, by default.

**Original Pull Request:** https://github.com/SabreTools/MPF/pull/91 **State:** closed **Merged:** Yes --- This PR creates a Parameters class to wrap all of the possible flag and command combinations that could be created. It has currently replaced the original instances of the string parameters, but essentially does nothing more than that did before. There should be no remaining duplicate code. This change can be used to extend the flag combinations and user inputs that are possible through the UI, since every possible flag is accounted for, by default.
claunia added the pull-request label 2026-01-29 16:24:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#964