pynt icon indicating copy to clipboard operation
pynt copied to clipboard

Added ability to enforce strict task name argument matching

Open tgiesselmann-ep opened this issue 2 years ago • 0 comments

Hi,

Sometimes the task name matching feature can be a dangerous thing and one might only want to allow exactly matching task names as arguments.

This merge request introduces the ability to add the statement __TASK_NAME_RESOLVER__ = 'strict' to the build file to tell pynt to only accept fully matching task names.

Unit tests have been updated.

Thanks, Torben

tgiesselmann-ep avatar May 13 '22 18:05 tgiesselmann-ep