adishavit / argh

Argh! A minimalist argument handler.
BSD 3-Clause "New" or "Revised" License
1.33k stars 93 forks source link

Make add_params and add_param compatible with each other. #77

Closed TerenceJefferies closed 2 years ago

TerenceJefferies commented 2 years ago

Reference: #49

For ease-of-use, make the add_param method and the add_params method interchangeable. Allowing either to be called with multiple or single parameters.

Each of the newly created methods simply calls the original version, preventing the need for wide-spread changes in the future.

adishavit commented 2 years ago

LGTM 🙂 Thanks for your contribution! 👏