Apollys / PoEDynamicLootFilter

Tool to Modify your Loot Filter seamlessly while playing Path of Exile
55 stars 9 forks source link

Refactor backend_cli num params check #29

Closed Apollys closed 2 years ago

Apollys commented 2 years ago

The number of required parameters for each function name should be moved to the function info dict.

Checks for the correct number of parameters should then move to the beginning of execution, and clear error messages should be displayed.

Apollys commented 2 years ago

Fixed in dev branch.